natives.DISPLAY TEXT

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)

natives.DISPLAY_TEXT

Signature: void natives.DISPLAY_TEXT(float x, float y, string gxtKey)

Usage: displays a GXT-formatted text at screen coordinates

Parameters

float x X screen coordinate.
float y Y screen coordinate.
string gxtKey GXT text table entry key.

Return

void

On failure: void