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

luaL_opt() public static method

public static luaL_opt ( lua_State L, int f, int n, int d ) : void
L lua_State
f int
n int
d int
return void
        public static void luaL_opt(lua_State L, int f, int n, int d)
        {
            // TODO: Implement luaL_opt
            throw new NotImplementedException("The function you have called, luaL_opt, is not yet implemented.");
        }
Lua