32
edits
ChrisGame20 (talk | contribs) (Created page with "{{ScriptItem |endpoint = client |games = iv |type = function |name = natives.setTextScale |parameters = float xScale, float yScale |parameter1 = float xScale Horizontal scale factor for the text (0.20) |parameter2 = float yScale Vertical scale factor for the text (0.40) |usage = Sets the horizontal and vertical scale of text drawn on the screen |notes = - Set the scale in the same frame before calling natives.displayTextWithLiteralString or other text draw functions...") |
ChrisGame20 (talk | contribs) No edit summary |
||
| Line 24: | Line 24: | ||
natives.setTextDropshadow(true, 0, 0, 0, 255); | natives.setTextDropshadow(true, 0, 0, 0, 255); | ||
natives.displayTextWithLiteralString(new Vec2(0.05, 0.10), "STRING", " | natives.displayTextWithLiteralString(new Vec2(0.05, 0.10), "STRING", "Visible text of medium size (0.30)"); | ||
}); | }); | ||
}} | }} | ||
edits