struct DotPrison::Prison::Object::Prisoner::Needs
Defined in:
dot_prison/prison/object/prisoner.crConstructors
Instance Method Summary
- #action : DotPrison::Prison::Object::Prisoner::Needs::Action | String
- #action=(v : DotPrison::Prison::Object::Prisoner::Needs::Action)
- #complain_need_id : Int32
- #complain_need_id=(v : Int)
- #complain_need_uid : Int32
- #complain_need_uid=(v : Int)
-
#complaining : Int32
TODO is this an enum? Maybe just a count of unfulfilled needs
-
#complaining=(v : Int)
TODO is this an enum? Maybe just a count of unfulfilled needs
- #last_ate : Float64
- #last_ate=(v : Float)
- #last_ate=(v : Int)
- #needs : DotPrison::IndexedTable(DotPrison::Prison::Object::Prisoner::Need)
-
#priority : Int32
TODO Might be an Enum but who knows
-
#priority=(v : Int)
TODO Might be an Enum but who knows
- #starve_timer : Float64
- #starve_timer=(v : Float)
- #starve_timer=(v : Int)
- #table : DotPrison::Table
- #timer : Float64
- #timer=(v : Float)
- #timer=(v : Int)
-
#unconsumed : Array(String)
Keys for the associated table that have not been consumed
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