Module CorsixTH.CorsixTH.Lua.humanoid_actions.queue
Queue for something (door or reception desk).
Functions
| QueueAction:setFaceDirection (face_x, face_y) | Set the tile to face. |
| QueueAction:setReserveWhenDone (door) | Set the object to reserve when queueing is done. |
Functions
- QueueAction:setFaceDirection (face_x, face_y)
-
Set the tile to face.
Parameters:
- face_x (int) X coordinate of the tile to face.
- face_y (int) Y coordinate of the tile to face.
Returns:
-
(action) self, for daisy-chaining.
- QueueAction:setReserveWhenDone (door)
-
Set the object to reserve when queueing is done.
Parameters:
- door (object) Object to reserve when leaving the queue.
Returns:
-
(action) self, for daisy-chaining.