As discovered in
this topic, a number of methods which have been moved to the "State" class are still listed in their original location under the "Base" class:
On VoiceAttackHelp.pdf page 174:
GetListeningEnabled()
SetListeningEnabled(bool Value)
GetShortcutsEnabled()
SetShortcutsEnabled(bool Value)
GetJoystickButtonsEnabled()
SetJoystickButtonsEnabled(bool Value)
GetMouseButtonsEnabled()
SetMouseButtonsEnabled(bool Value)
As an aside, a few methods in the "Base" class which are derived from existing tokens with a "{STATE_" prefix, are not currently grouped under the "State" class:
On VoiceAttackHelp.pdf page 175:
VAVersion("{STATE_VA_VERSION}")
On VoiceAttackHelp.pdf page 176:
IsRelease("{STATE_VA_VERSION_ISRELEASE}")
PluginsEnabled("{STATE_VA_PLUGINSENABLED}")
NestedTokensEnabled("{STATE_VA_NESTEDTOKENSENABLED}")
The "AutoProfileSwitchingEnabled" property does not have a token counterpart, however it may also fit in this class.
EDIT: Methods already grouped under the "State" class are now documented as such with v1.7.5.4