Перейти к содержанию

GetHashKey

Материал из RAGE MP Wiki Archive

Gets the hash from the given string.


<syntaxhighlight lang="csharp">uint NAPI.Util.GetHashKey(string input);</syntaxhighlight>

Parameters

  • input: The text to calculate the hash from.


Example

<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>