Ui::getStreetNameFromHashKey

From RAGE Multiplayer Wiki
Revision as of 21:34, 6 May 2017 by Marty uploader (talk | contribs) (yay)

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