luaL_checkoption() private method

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