Class Utils
Inheritance
System.Object
Utils
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AltV.Net.Shared.Utils
Assembly: AltV.Net.Shared.dll
Syntax
public static class Utils
Methods
| Improve this Doc View SourceGetCastedMValue<T>(MValueConst)
Declaration
public static T GetCastedMValue<T>(MValueConst mValue)
Parameters
| Type | Name | Description |
|---|---|---|
| MValueConst | mValue |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |
Hash(String)
Declaration
public static uint Hash(string stringToHash)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | stringToHash |
Returns
| Type | Description |
|---|---|
| System.UInt32 |