Tao.Lua.Lua.luaL_checkoption C# (CSharp) Method

luaL_checkoption() private method

private luaL_checkoption ( lua_State L, int narg, string def, string lst ) : int
L lua_State
narg int
def string
lst string
return int
        public extern static int luaL_checkoption(lua_State L, int narg, string def, string[] lst);
Lua