Click or drag to resize

GameStatsManager Class

A game stats.
Inheritance Hierarchy
SystemObject
  ff14bot.ManagersGameStatsManager

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

The GameStatsManager type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDeaths
Gets the deaths.
Public propertyStatic memberDeathsPerHour
Gets the deaths per hour.
Public propertyStatic memberIsMeasuring
Gets a value indicating whether this object is measuring.
Public propertyStatic memberTicksPerSecond
Gets the ticks per second.
Public propertyStatic memberTimeToLevel
Gets the time to level.
Public propertyStatic memberXPPerHour
Gets the XP per hour.
Top
Methods
  NameDescription
Public methodStatic memberDied
Increase death count
Public methodStatic memberReset
Resets this object.
Public methodStatic memberStartMeasuring
Starts a measuring.
Public methodStatic memberStopMeasuring
Stops a measuring.
Top
Events
  NameDescription
Public eventStatic memberOnInfoPanelUpdated
Event queue for all listeners interested in OnInfoPanelUpdated events.
Top
See Also