Esempio n. 1
0
 internal static IntPtr LuaSetLocal(IntPtr luaState, IntPtr ar, int n)
 {
     return(LuaInterop.LuaSetLocal(luaState, ar, n));
 }