예제 #1
0
 public static void GetField(LuaStatePtr l, int idx, string k)
 {
     LuaDelegates.lua_getfield(l, idx, k);
 }