Click or drag to resize

DataManager Class

Class handles getting spell,item, and aura data based on id or name
Inheritance Hierarchy
SystemObject
  ff14bot.ManagersDataManager

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

The DataManager type exposes the following members.

Methods
Fields
  NameDescription
Public fieldStatic memberAetheryteCache
Public fieldStatic memberAuraCache
Dictionary containing auras in their english name sorted by id.
Public fieldStatic memberBattleNPCCache
Dictionary containing BattleNPCs stored by id
Public fieldStatic memberBlueMageSpells
Public fieldStatic memberCompletionCache
Public fieldStatic memberEventNPCCache
Dictionary containing EventNPCs stored by id
Public fieldStatic memberExitResults
Public fieldStatic memberExitResultsSorted
Public fieldStatic memberGatheringCache
Dictionary containing GatheringResult stored by GatheringType
Public fieldStatic memberInstanceContentResults
Public fieldStatic memberItemCache
Dictionary containing itemobjects stored by id and english name and current language.
Public fieldStatic memberLandingResults
Public fieldStatic memberMountCache
Public fieldStatic memberoldBytes
Public fieldStatic memberPetSpellCache
All the spelldata for pets
Public fieldStatic memberPurifyyDBResults
Public fieldStatic memberQuestCache
Public fieldStatic memberSpellCache
Dictionary containing spellobjects stored by id and english name and the current localized name
Public fieldStatic memberSpellsWithJobsCache
Dictionary containing spellobjects that have a job type associated with them
Public fieldStatic memberZoneNameResults
Public fieldStatic memberZoneTransitionResults
Top
See Also