mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Added ScriptVariableList::VariableExists
This commit is contained in:
parent
22ff072b54
commit
9933612607
2 changed files with 10 additions and 4 deletions
|
@ -299,8 +299,9 @@ public:
|
|||
ScriptVariable *GetOrCreateVariable(str name);
|
||||
ScriptVariable *GetOrCreateVariable(unsigned int name);
|
||||
|
||||
ScriptVariable *GetVariable(str name);
|
||||
ScriptVariable *GetVariable(unsigned int name);
|
||||
ScriptVariable *GetVariable(str name) const;
|
||||
ScriptVariable *GetVariable(unsigned int name) const;
|
||||
bool VariableExists(str name) const;
|
||||
|
||||
ScriptVariable *SetVariable(const char *name, int value);
|
||||
ScriptVariable *SetVariable(const char *name, float value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue