public static enum GMST.BoolSetting extends java.lang.Enum<GMST.BoolSetting>
Enum Constant and Description |
---|
bAllow |
bAutoAimBasedOnDistance |
bCrosshairEnabled |
bForce |
bForcePow |
bFull |
bRegenNPCMagickaDuringCast |
bReturnTo |
bSaveOnPause |
bSaveOnRest |
bSaveOnTravel |
bSaveOnWait |
bShowInventory |
bUse |
bUseWaterHDR |
bWantCastLeft |
bWantCastRight |
bWantCastVoice |
Modifier and Type | Method and Description |
---|---|
static GMST.BoolSetting |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GMST.BoolSetting[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GMST.BoolSetting bAllow
public static final GMST.BoolSetting bAutoAimBasedOnDistance
public static final GMST.BoolSetting bCrosshairEnabled
public static final GMST.BoolSetting bForce
public static final GMST.BoolSetting bForcePow
public static final GMST.BoolSetting bFull
public static final GMST.BoolSetting bRegenNPCMagickaDuringCast
public static final GMST.BoolSetting bReturnTo
public static final GMST.BoolSetting bSaveOnPause
public static final GMST.BoolSetting bSaveOnRest
public static final GMST.BoolSetting bSaveOnTravel
public static final GMST.BoolSetting bSaveOnWait
public static final GMST.BoolSetting bShowInventory
public static final GMST.BoolSetting bUse
public static final GMST.BoolSetting bUseWaterHDR
public static final GMST.BoolSetting bWantCastLeft
public static final GMST.BoolSetting bWantCastRight
public static final GMST.BoolSetting bWantCastVoice
public static GMST.BoolSetting[] values()
for (GMST.BoolSetting c : GMST.BoolSetting.values()) System.out.println(c);
public static GMST.BoolSetting valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null