Skip to main content

DrawArousalThermometer

Callable

  • DrawArousalThermometer(X: number, Y: number, Zoom: number, Progress: number, Automatic: boolean, Orgasm: boolean): void

  • Draws the arousal meter on screen


    Parameters

    • X: number

      Position of the meter on the X axis

    • Y: number

      Position of the meter on the Y axis

    • Zoom: number

      Zoom factor

    • Progress: number

      Current progress of the arousal meter

    • Automatic: boolean

      Wheter or not the arousal is in automatic mode

    • Orgasm: boolean

      Whether or not the meter is in recover from orgasm mode

    Returns void

    • Nothing