Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Managers.DynamicEventManager Class Reference

Provides insight to the games "DynamicEvent"'s that might be active. More...

Properties

static IntPtr Container [get]
 Gets the IntPtr that stores the information about dynamic events.
static List< DynamicEventEvents [get]
 Get the currently stored events.
static IEnumerable< DynamicEventActiveEvents [get]
 Get the currently active events.
static List< DynamicEvent__Events [get]
static ushort CurrentEventId [get]

Detailed Description

Provides insight to the games "DynamicEvent"'s that might be active.

Property Documentation

◆ __Events

List<DynamicEvent> ff14bot.Managers.DynamicEventManager.__Events
staticget

◆ ActiveEvents

IEnumerable<DynamicEvent> ff14bot.Managers.DynamicEventManager.ActiveEvents
staticget

Get the currently active events.

◆ Container

IntPtr ff14bot.Managers.DynamicEventManager.Container
staticget

Gets the IntPtr that stores the information about dynamic events.

◆ CurrentEventId

ushort ff14bot.Managers.DynamicEventManager.CurrentEventId
staticget

◆ Events

List<DynamicEvent> ff14bot.Managers.DynamicEventManager.Events
staticget

Get the currently stored events.