Ejemplo n.º 1
0
 public static void PushInt32(this IntPtr L, int value)
 {
     XLLuaRuntime.lua_pushinteger(L, value);
 }
Ejemplo n.º 2
0
 private static void Push(this IntPtr L, int value)
 {
     XLLuaRuntime.lua_pushinteger(L, value);
 }