GetHashKey

From RAGE Multiplayer Wiki
Revision as of 08:54, 29 November 2019 by Xabi (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Gets the hash from the given string.


C# Syntax

uint NAPI.Util.GetHashKey(string input);

Parameters

  • input: The text to calculate the hash from.


Example

// Code here...