Struct AgentInterface
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
public struct AgentInterface
Fields
|
Improve this Doc
View Source
AddonId
Declaration
Field Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
AtkEventInterface
Declaration
public AtkEventInterface AtkEventInterface
Field Value
|
Improve this Doc
View Source
UiModule
Declaration
Field Value
Methods
|
Improve this Doc
View Source
GetAddonID()
Declaration
Returns
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
Hide()
Declaration
|
Improve this Doc
View Source
IsAgentActive()
Declaration
public bool IsAgentActive()
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
ReceiveEvent(Void*, AtkValue*, UInt32, UInt64)
Declaration
public void *ReceiveEvent(void *eventData, AtkValue*values, uint valueCount, ulong eventKind)
Parameters
| Type |
Name |
Description |
| System.Void* |
eventData |
|
| AtkValue* |
values |
|
| System.UInt32 |
valueCount |
|
| System.UInt64 |
eventKind |
|
Returns
| Type |
Description |
| System.Void* |
|
|
Improve this Doc
View Source
Show()
Declaration