DecontaminationRoom Class
Method Index
- afterLoad(old, new) (inherited from Room)
- canHumanoidEnter(humanoid) (inherited from Room)
- commandEnteringPatient(patient) (overrides Room:commandEnteringPatient)
- commandEnteringStaff(staff) (overrides Room:commandEnteringStaff)
- crashRoom() (inherited from Room)
- createEnterAction(humanoid_entering) (inherited from Room)
- createLeaveAction() (inherited from Room)
- dealtWithPatient(patient) (inherited from Room)
- findWorkForStaff() (inherited from Room)
- getEntranceXY(inside) (inherited from Room)
- getMaximumStaffCriteria() (inherited from Room)
- getMissingStaff(criteria, extended_search) (inherited from Room)
- getPatient() (inherited from Room)
- getPatientCount() (inherited from Room)
- getRequiredStaffCriteria() (inherited from Room)
- getUsageScore() (inherited from Room)
- isWaitingToGetStaff(staff) (inherited from Room)
- makePatientLeave(patient) (inherited from Room)
- onHumanoidEnter(humanoid) (inherited from Room)
- onHumanoidLeave(humanoid) (overrides Room:onHumanoidLeave)
- roomFinished() (inherited from Room)
- staffFitsInRoom(staff, extended_search) (inherited from Room)
- testStaffCriteria(criteria, extra_humanoid, extended_search) (inherited from Room)
- tryAdvanceQueue() (inherited from Room)
- tryToEdit() (inherited from Room)
- tryToFindNearbyPatients() (inherited from Room)
Member Index
- approaching_staff (*)
- built (*)
- crashed (*)
- door (*)
- door2 (*)
- height (*)
- hospital (*)
- humanoids (*)
- id (*)
- is_active (*)
- maximum_patients (*)
- needs_repair (*)
- objects (*)
- room_info (*)
- sound_played (*)
- staff_member
- width (*)
- world
- x (*)
- y (*)
function DecontaminationRoom:DecontaminationRoom(...)
Parameters:
Name | Type | Description |
---|---|---|
... | ? | ? |
Declared on: line 46 of Lua/rooms/decontamination.lua.
function DecontaminationRoom:commandEnteringPatient(patient)
Parameters:
Name | Type | Description |
---|---|---|
patient | ? | ? |
Overrides: Room:commandEnteringPatient.
Declared on: line 56 of Lua/rooms/decontamination.lua.
function DecontaminationRoom:commandEnteringStaff(staff)
Parameters:
Name | Type | Description |
---|---|---|
staff | ? | ? |
Overrides: Room:commandEnteringStaff.
Declared on: line 50 of Lua/rooms/decontamination.lua.
function DecontaminationRoom:onHumanoidLeave(humanoid)
Parameters:
Name | Type | Description |
---|---|---|
humanoid | ? | ? |
Overrides: Room:onHumanoidLeave.
Declared on: line 119 of Lua/rooms/decontamination.lua.