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:32, 25 April 2024 Shr0x talk contribs created page Ui::getCurrentAreaNameString (Created page with "{{ClientsideJsFunction}} {{JSContainer| Gets area name based on current player position. === Return Value === *'''areaname''' {{RageType|string}} ==Syntax== <pre> mp.game.hud.getCurrentAreaNameString(); </pre> ==Example== {{ClientsideCode| <syntaxhighlight lang="javascript"> const areaName = mp.game.hud.getCurrentAreaNameString(); mp.console.logWarning(`Area name is: ${areaNameHash}`) </syntaxhighlight> }} }} ==See also== {{Ui_s_function_c}} [[Category:Clientside API]...")