luaL_checkoption() 개인적인 메소드

private luaL_checkoption ( LuaState luaState, int narg, string def, string lst ) : int
luaState LuaState
narg int
def string
lst string
리턴 int
예제 #1
0
 public static int luaL_checkoption(this LuaState luaState, int narg, string def, string[] lst) => Lua.luaL_checkoption(luaState, narg, def, lst);