natives.DISPLAY TEXT WITH 2 NUMBERS

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_2_NUMBERS

Signature: void natives.DISPLAY_TEXT_WITH_2_NUMBERS(float x, float y, string gxtKey, int num1, int num2)

Usage: displays GXT text with two number placeholders at screen coordinates

Parameters

float x X screen coordinate.
float y Y screen coordinate.
string gxtKey GXT text table entry key.
int num1 First number to substitute.
int num2 Second number to substitute.

Return

void

On failure: void