Class Elf
Inheritance
System.Object
Elf
Namespace: LeagueToolkit.Hashing
Assembly: LeagueToolkit.dll
Syntax
public static class Elf : object
Methods
| Improve this Doc View SourceHash(String)
Hashes a string
Declaration
public static uint Hash(string toHash)
Parameters
Type | Name | Description |
---|---|---|
System.String | toHash | The string to hash |
Returns
Type | Description |
---|---|
System.UInt32 | A hash generated from |
Remarks
Used in RAF, SKL and ANM
HashLower(String)
Declaration
public static uint HashLower(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
System.UInt32 |