Skip to main content

PlatformDrawCharacter

Callable

  • PlatformDrawCharacter(C: any, Time: number): void

  • Draw a specific character on the screen if needed


    Parameters

    • C: any

      The character to draw

    • Time: number

      The current time when the action is done

    Returns void

    • Nothing