Minor changes
Former-commit-id: 03920c74e2dc63a700d8167318d1bb14b4b68c8d
This commit is contained in:
@@ -92,7 +92,7 @@ class NAZARA_API NzLuaInstance : NzNonCopyable
|
||||
void Pop(unsigned int n = 1U);
|
||||
|
||||
void PushBoolean(bool value);
|
||||
void PushCFunction(NzLuaCFunction func, int valueCount = 0);
|
||||
void PushCFunction(NzLuaCFunction func, int upvalueCount = 0);
|
||||
void PushFunction(NzLuaFunction func);
|
||||
void PushInteger(int value);
|
||||
void PushLightUserdata(void* value);
|
||||
|
||||
Reference in New Issue
Block a user