SdCVarWrapper class
From modwiki
The information on this page is specific to Enemy Territory: Quake Wars.Contents |
[edit]
Description
sdCVarWrapper is used to provide access to a cvar from the script system, specifically via an object reference returned by the system event getCVar.
[edit]
Inheritance
This class is derived from the following:
Note: Entries marked in italics are classes defined in the game code.
[edit]
Events
- getFloatValue
- getStringValue
- getIntValue
- getBoolValue
- getVectorValue
- setFloatValue
- setStringValue
- setIntValue
- setBoolValue
- setVectorValue
- setCallback
[edit]
Notes
Notes not available.

