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

GetHashKey

Материал из RAGE MP Wiki Archive
Версия от 08:54, 29 ноября 2019; imported>Xabi (Created page with "Gets the hash from the given string. {{CSharpContainer| {{#tag:syntaxhighlight|uint {{Template:CSharp_Serverside_namespace}}Util.GetHashKey(string input);|lang=csharp}} {{P...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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>