Tao.Lua.Lua.luaL_opt C# (CSharp) Метод

luaL_opt() публичный статический Метод

public static luaL_opt ( lua_State L, int f, int n, int d ) : void
L lua_State
f int
n int
d int
Результат 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