Module CorsixTH.CorsixTH.Lua.humanoid_actions.multi_use_object
Construct a multi-use object action.
Functions
| MultiUseObjectAction:setInvisiblePhaseSpan (span) | Set the invisibility span. |
| MultiUseObjectAction:setProlongedUsage (prolonged) | Set prolonged usage of the object. |
Functions
- MultiUseObjectAction:setInvisiblePhaseSpan (span)
-
Set the invisibility span.
Parameters:
- span (array) Span of invisibility, {from, to}
Returns:
-
(action) self, for daisy-chaining.
- MultiUseObjectAction:setProlongedUsage (prolonged)
-
Set prolonged usage of the object.
Parameters:
- prolonged (bool) If set, enable prolonged usage of the object.
Returns:
-
(action) self, for daisy-chaining.