Type alias LuaBitwiseNotMethod<TReturn>

LuaBitwiseNotMethod<TReturn>: (() => TReturn) & LuaExtension<"BitwiseNotMethod">

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.

Type declaration

    • (): TReturn
    • Returns TReturn

Generated using TypeDoc