Struct MetaObjectLink
Assembly: LeagueToolkit.dll
public struct MetaObjectLink
Constructors
|
Improve this Doc
View Source
Declaration
public MetaObjectLink(uint objectPathHash)
Parameters
| Type |
Name |
Description |
| System.UInt32 |
objectPathHash |
|
Properties
|
Improve this Doc
View Source
Declaration
public uint ObjectPathHash { readonly get; }
Property Value
| Type |
Description |
| System.UInt32 |
|
Methods
|
Improve this Doc
View Source
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Operators
|
Improve this Doc
View Source
Declaration
public static implicit operator uint (MetaObjectLink objectLink)
Parameters
Returns
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public static implicit operator MetaObjectLink(uint objectPathHash)
Parameters
| Type |
Name |
Description |
| System.UInt32 |
objectPathHash |
|
Returns