Module message

Module message 

Source
Expand description

Handle messages between scripts or from the engine. See Message and MessageType for more information.

Macros§

message_type

Structs§

Message
Represents a message that can be sent between scripts or from the engine.
MessageMeta
Represents the metadata for a message type.
MessageSource
Represents the source of a message.
SerializationError

Enums§

Coupling
MessageHandleError
MessageTarget
Represents a message target.
MessageValueError

Traits§

IntoMessageTargets
MessageType
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.