enum DotPrison::Prison::StatsTracker::Tracked

Defined in:

dot_prison/prison/stats_tracker.cr

Enum Members

EntityDeath = 0
EscapedPrisoners = 1
Funds = 2
GuardDeaths = 3
HealthGrading = 4
NumIncidents = 5
NumPrisoners = 6
NumStaff = 7
PrisonSize = 8
PrisonValue = 9
PrisonerCapacity = 10
PrisonerDeaths = 11
Profit = 12
PunishmentGrading = 13
ReformGrading = 14
ReleasedPrisoners = 15
ReoffendingRate = 16
SecurityGrading = 17
TotalDeaths = 18
TotalEscapedPrisoners = 19
TotalIncidents = 20
TotalReleasedPrisoners = 21

Instance Method Summary

Instance methods inherited from class Object

to_prison to_prison

Instance Method Detail

def entity_death? #

[View source]
def escaped_prisoners? #

[View source]
def funds? #

[View source]
def guard_deaths? #

[View source]
def health_grading? #

[View source]
def num_incidents? #

[View source]
def num_prisoners? #

[View source]
def num_staff? #

[View source]
def prison_size? #

[View source]
def prison_value? #

[View source]
def prisoner_capacity? #

[View source]
def prisoner_deaths? #

[View source]
def profit? #

[View source]
def punishment_grading? #

[View source]
def reform_grading? #

[View source]
def released_prisoners? #

[View source]
def reoffending_rate? #

[View source]
def security_grading? #

[View source]
def total_deaths? #

[View source]
def total_escaped_prisoners? #

[View source]
def total_incidents? #

[View source]
def total_released_prisoners? #

[View source]