32
edits
ChrisGame20 (talk | contribs) (Created page with "{{ScriptItem |endpoint = client |games = iv |type = function |name = natives.displayTextWithLiteralString |parameters = Vec2 position, string literal, string text |parameter1 = Vec2 position Normalized screen coordinates (0.0–1.0) where the text will be drawn |parameter2 = string literal Literal type for the text, usually "STRING" |parameter3 = string text The actual text content to display |usage = Draws a text string on the screen at the specified position using a li...") |
ChrisGame20 (talk | contribs) No edit summary |
||
| Line 5: | Line 5: | ||
|name = natives.displayTextWithLiteralString | |name = natives.displayTextWithLiteralString | ||
|parameters = Vec2 position, string literal, string text | |parameters = Vec2 position, string literal, string text | ||
|parameter1 = Vec2 position Normalized screen coordinates ( | |parameter1 = Vec2 position Normalized screen coordinates (X,Y) where the text will be drawn | ||
|parameter2 = string literal Literal type for the text, usually "STRING" | |parameter2 = string literal Literal type for the text, usually "STRING" | ||
|parameter3 = string text The actual text content to display | |parameter3 = string text The actual text content to display | ||
edits