Director that is active when inside instances.
More...
|
override int[] | GetActiveObjectives () |
override Tuple< int, int > | GetTodoArgs (int ObjectiveIndex) |
| get the current / max for a to do index
|
override bool | IsTodoChecked (int ObjectiveIndex) |
override string | ToString () |
void | UpdatePointer (IntPtr newptr) |
| Updates the pointer to a new value and triggers any necessary update mechanisms.
|
|
| Director (IntPtr ptr) |
| RemoteObject (IntPtr pointer) |
| Represents the base class for objects that manage pointers to external memory in the game or application.
|
virtual void | OnUpdatePointer (IntPtr ptr) |
| Invoked when the pointer to external memory is updated.
|
Director that is active when inside instances.
◆ GetActiveObjectives()
override int[] ff14bot.Directors.InstanceContentDirector.GetActiveObjectives |
( |
| ) |
|
|
virtual |
◆ GetTodoArgs()
override Tuple< int, int > ff14bot.Directors.InstanceContentDirector.GetTodoArgs |
( |
int | ObjectiveIndex | ) |
|
|
virtual |
◆ IsTodoChecked()
override bool ff14bot.Directors.InstanceContentDirector.IsTodoChecked |
( |
int | ObjectiveIndex | ) |
|
|
virtual |
◆ DeepDungeonInventory
DDInventoryItem [] ff14bot.Directors.InstanceContentDirector.DeepDungeonInventory |
|
get |
gets the palace of the dead inventory status, active auras that don't show in the aura system are found here.
◆ DeepDungeonLevel
int ff14bot.Directors.InstanceContentDirector.DeepDungeonLevel |
|
get |
floor # for Palace of the dead
◆ DeepDungeonPortalStatus
int ff14bot.Directors.InstanceContentDirector.DeepDungeonPortalStatus |
|
get |
gets the carn of passage status value 0-11, 11 being 100% active
◆ DeepDungeonReturnStatus
int ff14bot.Directors.InstanceContentDirector.DeepDungeonReturnStatus |
|
get |
gets the carn of return status value 0-11, 11 being 100% active
◆ DungeonId
uint ff14bot.Directors.InstanceContentDirector.DungeonId |
|
get |
◆ InstanceEnded
bool ff14bot.Directors.InstanceContentDirector.InstanceEnded |
|
get |
Checks if the instance has ended.
◆ InstanceFlags
byte ff14bot.Directors.InstanceContentDirector.InstanceFlags |
|
get |
◆ InstanceStarted
bool ff14bot.Directors.InstanceContentDirector.InstanceStarted |
|
get |
Checks if the instance has started.
◆ InstanceStructureType
short ff14bot.Directors.InstanceContentDirector.InstanceStructureType |
|
get |
This just appears to be 1 when we are in a trust.
◆ InstanceSubFlags
byte ff14bot.Directors.InstanceContentDirector.InstanceSubFlags |
|
get |
◆ LegacyWorkCount
byte ff14bot.Directors.InstanceContentDirector.LegacyWorkCount |
|
get |
◆ MapEffects
MapEffect [] ff14bot.Directors.InstanceContentDirector.MapEffects |
|
get |
◆ MapEffectsAddr
IntPtr ff14bot.Directors.InstanceContentDirector.MapEffectsAddr |
|
get |
◆ TimeLeftInDungeon
TimeSpan ff14bot.Directors.InstanceContentDirector.TimeLeftInDungeon |
|
get |
How much time is left before the dungeon expires.
◆ TrustWorkCount
byte ff14bot.Directors.InstanceContentDirector.TrustWorkCount |
|
get |