Added LuaInstance::CheckBoolean
Former-commit-id: 2468e458001641cfc6741e271f848afeaad4ea2a
This commit is contained in:
@@ -30,6 +30,8 @@ class NAZARA_API NzLuaInstance : NzNonCopyable
|
||||
~NzLuaInstance();
|
||||
|
||||
void CheckAny(int index) const;
|
||||
bool CheckBoolean(int index) const;
|
||||
bool CheckBoolean(int index, bool defValue) const;
|
||||
int CheckInteger(int index) const;
|
||||
int CheckInteger(int index, int defValue) const;
|
||||
double CheckNumber(int index) const;
|
||||
|
||||
Reference in New Issue
Block a user