GameGetHashKey Method

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Computes the hash of the given text using Jenkin's one-at-a-time algorithm.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static uint GetHashKey(
	string text
)

Parameters

text
Type: SystemString
The text to compute the hash from.

Return Value

Type: UInt32
A UInt32 representing the computed hash.
See Also

Reference