예제 #1
0
 public int GetInfo(string what, ref LuaDebug ar)
 {
     return(LuaCore.LuaGetInfo(luaState, what, ref ar));
 }