Rebornbuddy
|
A game stats. More...
Public Member Functions | |
delegate void | InfoPanelUpdatedDelegate () |
Information panel updated delegate. |
Static Public Member Functions | |
static void | Reset () |
Resets this object. | |
static void | StartMeasuring () |
Starts a measuring. | |
static void | StopMeasuring () |
Stops a measuring. | |
static void | Died () |
Increase death count. |
Properties | |
static uint | Deaths [get] |
Gets the deaths. | |
static float | XPPerHour [get] |
Gets the XP per hour. | |
static float | DeathsPerHour [get] |
Gets the deaths per hour. | |
static TimeSpan | TimeToLevel [get] |
Gets the time to level. | |
static float | TicksPerSecond [get] |
Gets the ticks per second. | |
static bool | IsMeasuring [get] |
Gets a value indicating whether this object is measuring. |
Events | |
static InfoPanelUpdatedDelegate | OnInfoPanelUpdated |
Event queue for all listeners interested in OnInfoPanelUpdated events. |
A game stats.
|
static |
Increase death count.
delegate void ff14bot.Managers.GameStatsManager.InfoPanelUpdatedDelegate | ( | ) |
Information panel updated delegate.
|
static |
Resets this object.
|
static |
Starts a measuring.
|
static |
Stops a measuring.
|
staticget |
Gets the deaths.
The deaths.
|
staticget |
Gets the deaths per hour.
The deaths per hour.
|
staticget |
Gets a value indicating whether this object is measuring.
true if this object is measuring, false if not.
|
staticget |
Gets the ticks per second.
The ticks per second.
|
staticget |
Gets the time to level.
The time to level.
|
staticget |
Gets the XP per hour.
The XP per hour.
|
static |
Event queue for all listeners interested in OnInfoPanelUpdated events.