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