[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
Parameters
- text
- Type: SystemString
The text to compute the hash from.
Return Value
Type: UInt32A UInt32 representing the computed hash.
See Also