Libertas OS API Documentation
    Preparing search index...

    Type Alias LuaLengthMethod<TReturn>

    LuaLengthMethod: () => TReturn & LuaExtension<"LengthMethod">

    Calls to method with this type are translated to #operand, where operand is the object with the method. For more information see: https://typescripttolua.github.io/docs/advanced/language-extensions

    Type Parameters

    • TReturn

      The resulting (return) type of the operation.