natives.displayTextWithLiteralString: Difference between revisions

Jump to navigation Jump to search
no edit summary
(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...")
 
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 (0.0–1.0) where the text will be drawn
|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
32

edits

Navigation menu