natives.DISPLAY TEXT WITH NUMBER

From GTA Connected
Revision as of 09:11, 12 June 2026 by Roxas (talk | contribs) (Add ScriptItem documentation from GTA VC SCM decompile)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

natives.DISPLAY_TEXT_WITH_NUMBER

Signature: void natives.DISPLAY_TEXT_WITH_NUMBER(float x, float y, string gxtKey, int number)

Usage: displays GXT text with one number placeholder at screen coordinates

Parameters

float x X screen coordinate.
float y Y screen coordinate.
string gxtKey GXT text table entry key.
int number Numeric value to display.

Return

void

On failure: void