Skip to main content

GameLARPDrawIcon

Callable

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

  • Draws the LARP class/team icon of a character


    Parameters

    • C: Character

      Character for which to draw the icons

    • X: number

      Position on the X axis of the canvas

    • Y: number

      Position on the Y axis of the canvas

    • Zoom: number

      Zoom factor of the character

    Returns void

    • Nothing