Module CorsixTH.CorsixTH.Lua.humanoid_actions.walk
Action to walk to a given position.
Functions
| WalkAction:enableWalkingToVaccinate () | Nurse is walking with the intention to vaccinate. |
| WalkAction:setIsEntering (entering) | Set a flag whether the walk enters a room. |
Functions
- WalkAction:enableWalkingToVaccinate ()
-
Nurse is walking with the intention to vaccinate.
Returns:
-
(action) self, for daisy-chaining.
- WalkAction:setIsEntering (entering)
-
Set a flag whether the walk enters a room.
Parameters:
- entering (bool) If set or nil, set the flag of entering the room.
Returns:
-
(action) self, for daisy-chaining.