Expand description
Handle messages between scripts or from the engine. See Message and MessageType for more information.
Macros§
Structs§
- Message
- Represents a message that can be sent between scripts or from the engine.
- Message
Meta - Represents the metadata for a message type.
- Message
Source - Represents the source of a message.
- Serialization
Error
Enums§
- Coupling
- Message
Handle Error - Message
Target - Represents a message target.
- Message
Value Error
Traits§
- Into
Message Targets - Message
Type - Represents a message type that can be sent between scripts or from the engine. The MessageType::MESSAGE_META constant should return a globally unique message meta for the message type.