Module action

Source

Structs§

ActionEvent
Describes an event that is sent when an action is triggered.
RegisterAction
Describes an action that can be registered with the engine.

Enums§

ActionKind
Describes the kind of action that was triggered.

Functions§

state
Get the current state of an action. If the action is not registered, it will return ActionState::None.