Exemplo n.º 1
0
 private static void Push(this IntPtr L, string str)
 {
     XLLuaRuntime.lua_pushstring(L, str);
 }
Exemplo n.º 2
0
 public static void PushString(this IntPtr L, string str)
 {
     XLLuaRuntime.lua_pushstring(L, str);
 }