natives.getHashKey
Jump to navigation
Jump to search
natives.getHashKey
Signature: int The hash key corresponding to the given string natives.getHashKey(string name)
Usage: Returns the hash key of a given string, typically used for models, animations, or other resources.
Parameters
- string name The model or resource name to convert into a hash key ("M_Y_COP")
Return
int The hash key corresponding to the given string
On failure: int 0 if the string is invalid