lua_getfield() 공개 정적인 메소드

public static lua_getfield ( LuaState luaState, TableIndex index, string k ) : void
luaState LuaState
index TableIndex
k string
리턴 void
예제 #1
0
 public static void lua_getfield(this LuaState luaState, TableIndex index, string k) => Lua.lua_getfield(luaState, index, k);