Skip to main content

KidnapDrawMove

Callable

  • KidnapDrawMove(C: Character, Header: string, X: number, Side: any): void

  • Draws the given character move.


    Parameters

    • C: Character

      Character to draw the move for

    • Header: string

      Text to display

    • X: number

      Position of the text to draw on the X axis, normally the position of the character

    • Side: any

    Returns void

    • Nothing