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:33, 25 April 2024 Shr0x talk contribs created page Ui::getCurrentStreetNameString (Created page with "{{ClientsideJsFunction}} {{JSContainer| Gets street name based on current player position. === Return Value === *'''streetname''' {{RageType|string}} ==Syntax== <pre> mp.game.hud.getCurrentStreetNameString(); </pre> ==Example== {{ClientsideCode| <syntaxhighlight lang="javascript"> const streetName = mp.game.hud.getCurrentStreetNameString(); mp.console.logWarning(`Street name is: ${streetName}`) </syntaxhighlight> }} }} ==See also== {{Ui_s_function_c}} Category:Clien...")