Struct MetaWadEntryLink
Assembly: LeagueToolkit.dll
Syntax
public struct MetaWadEntryLink
Constructors
|
Improve this Doc
View Source
MetaWadEntryLink(UInt64)
Declaration
public MetaWadEntryLink(ulong entryPathHash)
Parameters
| Type |
Name |
Description |
| System.UInt64 |
entryPathHash |
|
Properties
|
Improve this Doc
View Source
EntryPathHash
Declaration
public ulong EntryPathHash { readonly get; }
Property Value
| Type |
Description |
| System.UInt64 |
|
Methods
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Operators
|
Improve this Doc
View Source
Implicit(MetaWadEntryLink to UInt64)
Declaration
public static implicit operator ulong (MetaWadEntryLink wadEntryLink)
Parameters
Returns
| Type |
Description |
| System.UInt64 |
|
|
Improve this Doc
View Source
Implicit(UInt64 to MetaWadEntryLink)
Declaration
public static implicit operator MetaWadEntryLink(ulong entryPathHash)
Parameters
| Type |
Name |
Description |
| System.UInt64 |
entryPathHash |
|
Returns