Ui::getCurrentAreaNameLabel: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 April 2024

  • curprev 04:3604:36, 25 April 2024Shr0x talk contribs 565 bytes +565 Created page with "{{ClientsideJsFunction}} {{JSContainer| Gets area name label based on current player position. === Return Value === *'''label''' {{RageType|string}} ==Syntax== <pre> mp.game.hud.getCurrentAreaNameLabel(); </pre> ==Example== {{ClientsideCode| <syntaxhighlight lang="javascript"> const areaNameLabel = mp.game.hud.getCurrentAreaNameLabel(); //eg output: 'WVINE' mp.console.logWarning(`Area name label is: ${areaNameLabel}`); </syntaxhighlight> }} }} ==See also== {{Ui_s_funct..."