Libertas OS API Documentation
    Preparing search index...

    Variable $multiConst

    $multi: <T extends any[]>(...values: T) => LuaMultiReturn<T> & LuaExtension<
        "MultiFunction",
    >

    Returns multiple values from a function, by wrapping them in a LuaMultiReturn tuple. For more information see: https://typescripttolua.github.io/docs/advanced/language-extensions

    A tuple type with each element type representing a return value's type.

    Return values.