Skyscraper 2.0
|
Public Attributes | |
ElevatorRoute * | elevator_route |
CallStation * | callstation |
int | call_made |
bool | floor_selected |
bool | destination |
bool | in_elevator |
int SBS::Person::RouteEntry::call_made |
Definition at line 61 of file person.h.
Referenced by SBS::Person::GotoFloor().
CallStation* SBS::Person::RouteEntry::callstation |
Definition at line 60 of file person.h.
Referenced by SBS::Person::GotoFloor().
bool SBS::Person::RouteEntry::destination |
Definition at line 63 of file person.h.
Referenced by SBS::Person::GotoFloor().
ElevatorRoute* SBS::Person::RouteEntry::elevator_route |
Definition at line 59 of file person.h.
Referenced by SBS::Person::GotoFloor().
bool SBS::Person::RouteEntry::floor_selected |
Definition at line 62 of file person.h.
Referenced by SBS::Person::GotoFloor().
bool SBS::Person::RouteEntry::in_elevator |
Definition at line 64 of file person.h.
Referenced by SBS::Person::GotoFloor().