Click or drag to resize

InstanceContentDirector Class

Director that is active when inside instances
Inheritance Hierarchy

Namespace:  ff14bot.Directors
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public class InstanceContentDirector : Director

The InstanceContentDirector type exposes the following members.

Properties
  NameDescription
Public propertyDeepDungeonInventory
gets the palace of the dead inventory status, active auras that don't show in the aura system are found here.
Public propertyDeepDungeonLevel
floor # for Palace of the dead
Public propertyDeepDungeonPortalStatus
gets the carn of passage status value 0-11, 11 being 100% active
Public propertyDeepDungeonReturnStatus
gets the carn of return status value 0-11, 11 being 100% active
Public propertyDirectorType (Inherited from Director.)
Public propertyDungeonId
Id of the dungeon
Public propertyGetBitFlag16 (Inherited from Director.)
Public propertyGetBitFlag24 (Inherited from Director.)
Public propertyGetBitFlag32 (Inherited from Director.)
Public propertyGetBitFlag40 (Inherited from Director.)
Public propertyGetBitFlag48 (Inherited from Director.)
Public propertyGetBitFlag56 (Inherited from Director.)
Public propertyGetBitFlag64 (Inherited from Director.)
Public propertyGetBitFlag72 (Inherited from Director.)
Public propertyGetBitFlag8 (Inherited from Director.)
Public propertyGetBitFlag80 (Inherited from Director.)
Public propertyGetBranch (Inherited from Director.)
Public propertyGetI16A (Inherited from Director.)
Public propertyGetI16B (Inherited from Director.)
Public propertyGetI16C (Inherited from Director.)
Public propertyGetI16D (Inherited from Director.)
Public propertyGetI16E (Inherited from Director.)
Public propertyGetI32A (Inherited from Director.)
Public propertyGetI32B (Inherited from Director.)
Public propertyGetI8A (Inherited from Director.)
Public propertyGetI8B (Inherited from Director.)
Public propertyGetI8C (Inherited from Director.)
Public propertyGetI8D (Inherited from Director.)
Public propertyGetI8E (Inherited from Director.)
Public propertyGetI8F (Inherited from Director.)
Public propertyGetI8G (Inherited from Director.)
Public propertyGetI8H (Inherited from Director.)
Public propertyGetI8I (Inherited from Director.)
Public propertyGetI8J (Inherited from Director.)
Public propertyGetUI16A (Inherited from Director.)
Public propertyGetUI16B (Inherited from Director.)
Public propertyGetUI16C (Inherited from Director.)
Public propertyGetUI16D (Inherited from Director.)
Public propertyGetUI16E (Inherited from Director.)
Public propertyGetUI32A (Inherited from Director.)
Public propertyGetUI32B (Inherited from Director.)
Public propertyGetUI8A (Inherited from Director.)
Public propertyGetUI8AH (Inherited from Director.)
Public propertyGetUI8AL (Inherited from Director.)
Public propertyGetUI8B (Inherited from Director.)
Public propertyGetUI8BH (Inherited from Director.)
Public propertyGetUI8BL (Inherited from Director.)
Public propertyGetUI8C (Inherited from Director.)
Public propertyGetUI8CH (Inherited from Director.)
Public propertyGetUI8CL (Inherited from Director.)
Public propertyGetUI8D (Inherited from Director.)
Public propertyGetUI8DH (Inherited from Director.)
Public propertyGetUI8DL (Inherited from Director.)
Public propertyGetUI8E (Inherited from Director.)
Public propertyGetUI8EH (Inherited from Director.)
Public propertyGetUI8EL (Inherited from Director.)
Public propertyGetUI8F (Inherited from Director.)
Public propertyGetUI8FH (Inherited from Director.)
Public propertyGetUI8FL (Inherited from Director.)
Public propertyGetUI8G (Inherited from Director.)
Public propertyGetUI8GH (Inherited from Director.)
Public propertyGetUI8GL (Inherited from Director.)
Public propertyGetUI8H (Inherited from Director.)
Public propertyGetUI8HH (Inherited from Director.)
Public propertyGetUI8HL (Inherited from Director.)
Public propertyGetUI8I (Inherited from Director.)
Public propertyGetUI8IH (Inherited from Director.)
Public propertyGetUI8IL (Inherited from Director.)
Public propertyGetUI8J (Inherited from Director.)
Public propertyGetUI8JH (Inherited from Director.)
Public propertyGetUI8JL (Inherited from Director.)
Public propertyGetUI8K (Inherited from Director.)
Public propertyGetUI8L (Inherited from Director.)
Public propertyId (Inherited from Director.)
Public propertyInstanceEnded
Checks if the instance has ended
Public propertyInstanceFlags
Public propertyInstanceStarted
Checks if the instance has started
Public propertyInstanceSubFlags
Public propertyIsValid (Inherited from RemoteObject.)
Public propertyLuaString (Inherited from Director.)
Public propertyPointer (Inherited from RemoteObject.)
Public propertySubId (Inherited from Director.)
Public propertyTimeLeftInDungeon
How much time is left before the dungeon expires
Public propertyVTable (Inherited from RemoteObject.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetActiveObjectives (Overrides DirectorGetActiveObjectives.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetTodoArgs
get the current / max for a to do index
(Overrides DirectorGetTodoArgs(Int32).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsTodoChecked (Inherited from Director.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnUpdatePointer (Inherited from RemoteObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdatePointer (Inherited from RemoteObject.)
Top
See Also