Ui::getStreetNameFromHashKey

From RAGE Multiplayer Wiki
Revision as of 14:59, 20 May 2017 by StreetGT (talk | contribs)

This functions converts the hash of a street name into a readable string.

For how to get the hashes, see PATHFIND::GET_STREET_NAME_AT_COORD.

Syntax

mp.game.ui.getStreetNameFromHashKey(hash);

Required Arguments

  • hash: Model hash or name

Return value

  • String

Example

// todo

See also