natives.DISPLAY TEXT WITH 2 NUMBERS

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