Skip to main content

DrawArousalMeter

Callable

  • DrawArousalMeter(C: Character, X: number, Y: number, Zoom: number): void

  • Draw the arousal meter next to the player if it is allowed by the character and visible for the player


    Parameters

    • C: Character

      Character for which to potentially draw the arousal meter

    • X: number

      Position of the meter on the X axis

    • Y: number

      Position of the meter on the Y axis

    • Zoom: number

      Zoom factor

    Returns void

    • Nothing