Gameplay::getHashKey
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
This native converts its past string to hash. It is hashed using jenkins one at a time method.
gameplay.getHashKey(value);
todo