drawText

Displays text on the screen using the configured UI framework.

Parameters:

  • text (string): The text to display on screen

Returns:

  • None

Example:

ps.drawText("Press [E] to interact")

Last updated