示例#1
0
 public bool CheckStack(int size)
 {
     return(LuaAPI.lua_checkstack(this.m_lua, size) != 0);
 }