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