Click or drag to resize

DirectorManager Class

Inheritance Hierarchy
SystemObject
  ff14bot.ManagersDirectorManager

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

The DirectorManager type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberActiveDirector
Public propertyStatic memberDirectors
Gets a list of entities.
Public propertyStatic memberGetRawDirectors
Top
Methods
  NameDescription
Public methodStatic memberDirectorExistsForId
Check if we have a type for the provided id
Public methodStatic memberLeveDirectorExistsForName
Check if we have a type for the provided name
Public methodStatic memberTryAddDirector
Attempts to add the director type for the provided id
Public methodStatic memberTryAddLeveDirector
Attempts to add the leve director type for the provided leve name
Public methodStatic memberUpdate
Top
See Also