Ui::getStreetNameFromHashKey

From RAGE Multiplayer Wiki
Revision as of 20:04, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

ui.getStreetNameFromHashKey(hash);

Required Arguments

  • hash: Model hash or name

Return value

  • String

Example

todo

See also

Template:Ui function c