Click or drag to resize

AtkAddonControlTryFindAgentInterface Method

Attempts to find the agent that provides information for window

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public AgentInterface TryFindAgentInterface()

Return Value

Type: AgentInterface
the AgentInterface that provides data, null if unable to find or no agent exists
See Also