Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Managers.GameStatsManager Class Reference

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.

Detailed Description

A game stats.

Member Function Documentation

◆ Died()

void ff14bot.Managers.GameStatsManager.Died ( )
static

Increase death count.

◆ InfoPanelUpdatedDelegate()

delegate void ff14bot.Managers.GameStatsManager.InfoPanelUpdatedDelegate ( )

Information panel updated delegate.

◆ Reset()

void ff14bot.Managers.GameStatsManager.Reset ( )
static

Resets this object.

◆ StartMeasuring()

void ff14bot.Managers.GameStatsManager.StartMeasuring ( )
static

Starts a measuring.

◆ StopMeasuring()

void ff14bot.Managers.GameStatsManager.StopMeasuring ( )
static

Stops a measuring.

Property Documentation

◆ Deaths

uint ff14bot.Managers.GameStatsManager.Deaths
staticget

Gets the deaths.

The deaths.

◆ DeathsPerHour

float ff14bot.Managers.GameStatsManager.DeathsPerHour
staticget

Gets the deaths per hour.

The deaths per hour.

◆ IsMeasuring

bool ff14bot.Managers.GameStatsManager.IsMeasuring
staticget

Gets a value indicating whether this object is measuring.

true if this object is measuring, false if not.

◆ TicksPerSecond

float ff14bot.Managers.GameStatsManager.TicksPerSecond
staticget

Gets the ticks per second.

The ticks per second.

◆ TimeToLevel

TimeSpan ff14bot.Managers.GameStatsManager.TimeToLevel
staticget

Gets the time to level.

The time to level.

◆ XPPerHour

float ff14bot.Managers.GameStatsManager.XPPerHour
staticget

Gets the XP per hour.

The XP per hour.

Event Documentation

◆ OnInfoPanelUpdated

InfoPanelUpdatedDelegate ff14bot.Managers.GameStatsManager.OnInfoPanelUpdated
static

Event queue for all listeners interested in OnInfoPanelUpdated events.