Gameplay::getHashKey

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

This native converts its past string to hash. It is hashed using jenkins one at a time method.

Syntax

gameplay.getHashKey(value);

Required Arguments

  • value: String

Return value

  • Model hash or name

Example

todo

See also

Template:Gameplay function c