Libertas OS API Documentation
    Preparing search index...

    Type Alias LuaModulo<TLeft, TRight, TReturn>

    LuaModulo: (left: TLeft, right: TRight) => TReturn & LuaExtension<"Modulo">

    Calls to functions with this type are translated to left % right. For more information see: https://typescripttolua.github.io/docs/advanced/language-extensions

    Type Parameters

    • TLeft

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

    • TRight

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

    • TReturn

      The resulting (return) type of the operation.