Skip to main content

GameLARPDrawCharacter

Callable

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

  • Draws the online game images/text needed on the characters


    Parameters

    • C: Character

      Character to draw the info for

    • X: number

      Position of the character the X axis

    • Y: number

      Position of the character the Y axis

    • Zoom: number

      Amount of zoom the character has (Height)

    Returns void

    • Nothing