DrawText

From Onset Developer Wiki
Revision as of 14:13, 16 November 2019 by 28days (talk | contribs)
DrawText

Type: Function
Context: Client
Introduced: v1.0

Description

Draws a text on the player screen.

Syntax

DrawText(x, y, text)

Parameters

  • x
    The X axis on the screen.
  • y
    The Y axis on the screen.
  • text
    The text you want to draw on the client screen.

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also