struct

DotPrison::Prison::Reform::Program

Inherits DotPrison::Consumer < Struct < Value < Object

Constructors

Instance methods

error

TODO: Unknown meaning

Source
error=(v : String)

TODO: Unknown meaning

Source
fee_paid
Source
fee_paid=(v : Bool)
Source
id=(v : Int)
Source
max_places
Source
max_places=(v : Int)
Source
objects
Source
progress
Source
progress=(v : Number)
Source
room_id
Source
room_id=(v : Int)
Source
room_uid
Source
room_uid=(v : Int)
Source
start_hour
Source
start_hour=(v : Int)
Source
students
Source
table
teacher_id
Source
teacher_id=(v : Int)
Source
teacher_uid
Source
teacher_uid=(v : Int)
Source
type
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