Click or drag to resize

AetherCurrentManager Class

Stores information about what aethercurrents have been completed
Inheritance Hierarchy
SystemObject
  ff14bot.ManagersAetherCurrentManager

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

The AetherCurrentManager type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCheckOffset
Returns completion for a given zoneid results are the same as in the game gui, read from left to right, quests first then interactions second
Public methodStatic memberIsAetherCurrentCompleted(UInt32)
Checks if the aether current at the given index is completed, first 5 are the quest aether currents then the ones you need to find index starts at 0
Public methodStatic memberIsAetherCurrentCompleted(UInt32, UInt32)
Checks if the aether current at the given index is completed, first 5 are the quest aether currents then the ones you need to find index starts at 0
Public methodStatic memberIsZoneComplete
Checks if all the aether currents for a zone is completed
Public methodStatic memberRawValue
Gets the raw value for a given offset used for debugging
Public methodStatic memberRawValueForZone
Gets the raw value for a given zone used for debugging
Top
See Also