struct
DotPrison::Prison::Victory::Conditions
Overview
TODO Some sort of enum?
Uses Value attribute for all
Defined in:
dot_prison/prison/victory.crConstructors
-
.new(table : DotPrison::Table)
TODO Some sort of enum?
Instance Method Summary
- #bankrupt : DotPrison::Table
- #executions : DotPrison::Table
- #income : DotPrison::Table
- #innocents_executed : DotPrison::Table
- #insane_prisoners_abused : DotPrison::Table
- #insane_prisoners_deaths : DotPrison::Table
- #prison_value : DotPrison::Table
- #prisoners : DotPrison::Table
- #prisoners_died : DotPrison::Table
- #prisoners_escaped : DotPrison::Table
- #prisoners_executed : DotPrison::Table
- #prisoners_executed_appealed_post_mortem : DotPrison::Table
- #prisoners_executed_innocent : DotPrison::Table
- #prisoners_paroled : DotPrison::Table
- #prisoners_released : DotPrison::Table
- #prisoners_reoffended : DotPrison::Table
- #reoffenders : DotPrison::Table
- #riot : DotPrison::Table
- #staff_deaths : DotPrison::Table
- #staff_pay_rise : DotPrison::Table
- #staff_strike : DotPrison::Table
-
#table : DotPrison::Table
TODO Some sort of enum?
- #too_many_deaths : DotPrison::Table
- #too_many_escapes : DotPrison::Table
-
#unconsumed : Array(String)
Keys for the associated table that have not been consumed
-
#unconsumed_tree : Array(Tuple(String, String))
Returns a recursive array of the {class name, key} that have not been consumed
- #warden_deaths : DotPrison::Table
Instance methods inherited from struct DotPrison::Consumer
initialize
initialize,
table : DotPrison::Table
table
Constructor methods inherited from struct DotPrison::Consumer
new
new
Instance methods inherited from class Object
to_prison
to_prison
Constructor Detail
Instance Method Detail
Keys for the associated table that have not been consumed
This may be because they have not been implemented yet, they may have an unknown purpose, or could be part of an unsupported mod
Returns a recursive array of the {class name, key} that have not been consumed
Uses the Consumer::HANDLED_VARIABLES constant, so custom Consumer::consume
macro use may not work
Similar to #unconsumed, but travels the whole tree