All public logs
Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:36, 25 April 2024 Shr0x talk contribs created page Ui::getCurrentAreaNameLabel (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...")