Libertas OS API Documentation
    Preparing search index...

    Type Alias LuaDivisionMethod<TRight, TReturn>

    LuaDivisionMethod: (right: TRight) => TReturn & LuaExtension<"DivisionMethod">

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

    Type Parameters

    • TRight

      The type of the right-hand-side of the operation.

    • TReturn

      The resulting (return) type of the operation.