Struct EventId
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: FFXIVClientStructs.dll
Syntax
Fields
|
Improve this Doc
View Source
EntryId
Declaration
Field Value
| Type |
Description |
| System.UInt16 |
|
|
Improve this Doc
View Source
Id
Declaration
Field Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
Type
Declaration
public EventHandlerType Type
Field Value
Operators
|
Improve this Doc
View Source
Implicit(EventId to UInt32)
Declaration
public static implicit operator uint (EventId id)
Parameters
Returns
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
Implicit(UInt32 to EventId)
Declaration
public static implicit operator EventId(uint id)
Parameters
| Type |
Name |
Description |
| System.UInt32 |
id |
|
Returns