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