GetHashKey

From RAGE Multiplayer Wiki

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...