Пример #1
0
 public int L_CheckInteger(int narg)
 {
     return((int)LuaAPI.luaL_checkinteger(this.m_lua, narg));
 }