Ui::getCurrentAreaNameHash: 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:3104:31, 25 April 2024Shr0x talk contribs 533 bytes +533 Created page with "{{ClientsideJsFunction}} {{JSContainer| Gets area name hash based on current player position. === Return Value === *'''hash''' {{RageType|number}} ==Syntax== <pre> mp.game.hud.getCurrentAreaNameHash(); </pre> ==Example== {{ClientsideCode| <syntaxhighlight lang="javascript"> const areaNameHash = mp.game.hud.getCurrentAreaNameHash(); mp.console.logWarning(`Area name hash: ${areaNameHash}`) </syntaxhighlight> }} }} ==See also== {{Ui_s_function_c}} Category:Clientside A..."