GetHashKey
From GTA Network Wiki
GetHashKeyServer-Side Function
![]() |
![]() |
---|
Function Description
Syntax
uint NAPI.Util.GetHashKey(string input);
Required Arguments
- input: parameter input should be in string type.
NOTE: This function returns data in uint type.
Usage example(s)
Example Description
NAPI.Util.GetHashKey(input);
Changelog
Version | Description |
---|---|
1.0 | Release. |