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)
Namespace: FFXIVClientStructs.FFXIV.Component.GUI
Assembly: FFXIVClientStructs.dll
Syntax
public struct AgentInterface
Fields
| Improve this Doc View SourceAddonId
Declaration
public uint AddonId
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
AtkEventInterface
Declaration
public AtkEventInterface AtkEventInterface
Field Value
| Type | Description |
|---|---|
| AtkEventInterface |
UiModule
Declaration
public UIModule*UiModule
Field Value
| Type | Description |
|---|---|
| UIModule* |
Methods
| Improve this Doc View SourceGetAddonID()
Declaration
[VirtualFunction(7)]
public uint GetAddonID()
Returns
| Type | Description |
|---|---|
| System.UInt32 |
Hide()
Declaration
[VirtualFunction(3)]
public void Hide()
IsAgentActive()
Declaration
[VirtualFunction(4)]
public bool IsAgentActive()
Returns
| Type | Description |
|---|---|
| System.Boolean |
Show()
Declaration
[VirtualFunction(2)]
public void Show()