Module lotus_script::action
source · Structs§
- Describes an event that is sent when an action is triggered.
- Describes an action that can be registered with the engine.
Enums§
- Describes the kind of action that was triggered.
Functions§
- Get the current state of an action. If the action is not registered, it will return
ActionState::None
.