ScummVM API documentation
NGI::GameVar Class Reference
Inheritance diagram for NGI::GameVar:
NGI::CObject

Public Member Functions

bool load (MfcArchive &file) override
 
void save (MfcArchive &file) override
 
GameVargetSubVarByName (const Common::String &name)
 
bool setSubVarAsInt (const Common::String &name, int value)
 
int getSubVarAsInt (const Common::String &name)
 
GameVaraddSubVarAsInt (const Common::String &name, int value)
 
bool addSubVar (GameVar *subvar)
 
int getSubVarsCount ()
 
GameVargetSubVarByIndex (int idx)
 
- Public Member Functions inherited from NGI::CObject
bool loadFile (const Common::Path &fname)
 

Public Attributes

GameVar_nextVarObj
 
GameVar_prevVarObj
 
GameVar_parentVarObj
 
GameVar_subVars
 
GameVar_field_14
 
Common::String _varName
 
VarValue _value
 
int _varType
 
- Public Attributes inherited from NGI::CObject
ObjType _objtype
 
uint _cnum
 

The documentation for this class was generated from the following file: