Ejemplo n.º 1
0
 public void PushInteger(int n)
 {
     LuaAPI.luaL_pushinteger(this.m_lua, n);
 }