Example #1
0
 public static extern int lua_getinfo(IntPtr L, string what, ref Lua_Debug ar);
Example #2
0
 public static extern string lua_setlocal(IntPtr L, ref Lua_Debug ar, int n);
Example #3
0
 public static extern int lua_getstack(IntPtr L, int level, ref Lua_Debug ar);