struct

DotPrison::Prison::Intake

Inherits DotPrison::Consumer < Struct < Value < Object

Constructors

Instance methods

categories
Source
daily_scheduled_time
Source
daily_scheduled_time=(v : Int)
Source
death_row_blocked
Source
death_row_blocked=(v : Int)
Source
last_intake_time
Source
last_intake_time=(v : Number)
Source
num=(v : Int)
Source
num_per_day
Source
num_per_day=(v : Int)
Source
num_total
Source
num_total=(v : Int)
Source
remove_intake_restrictions
Source
remove_intake_restrictions=(v : Bool)
Source
table
type

TODO: Enum int!

Source
type=(v : Int)

TODO: Enum int!

Source
unconsumed

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

Source
unconsumed_tree

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

Nested types