Beispiel #1
0
 public void Push(RealStatePtr L, LuaBase o)
 {
     if (o == null)
     {
         LuaAPI.lua_pushnil(L);
     }
     else
     {
         o.push(L);
     }
 }