Module lotus_script::message
source · Expand description
Handle messages between scripts or from the engine. See Message and MessageType for more information.
Structs§
- Represents a message that can be sent between scripts or from the engine.
Enums§
- Represents a message target.
Traits§
- Represents a message type that can be sent between scripts or from the engine. The MessageType::id method should return a globally unique identifier for the message type. If in doubt, use a UUID.