Пример #1
0
 internal static IntPtr LuaGetLocal(IntPtr luaState, IntPtr ar, int n)
 {
     return(LuaInterop.LuaGetLocal(luaState, ar, n));
 }