alt.getGxtText
Gets the current value of a GXT Text Entry.
Returns a string
.
Declaration
alt.getGxtText(key: string): string
Usage
const result = alt.getGxtText('gxtBlipName');
Real World Example
const result = alt.getGxtText('gxtBlipName');
alt.log(result);
These examples assume you have imported alt
from alt-client
.