Module messaging

Source
Expand description

Rust bindings for the SKSE Messaging Interface

This module provides Rust representations of the SKSE messaging system, which allows plugins to communicate with each other. It includes message types, dispatchers, and the main MessagingInterface wrapper.

§References

Structs§

Dispatcher_CEnum
Auto-generated FFI type for Dispatcher.
Message
Represents a message sent through the SKSE messaging system.
MessageType_CEnum
Auto-generated FFI type for MessageType.
MessagingInterface
APIs that enable data to be sent and received between plugins.

Enums§

Dispatcher
Represents the different event dispatchers that SKSE provides.
MessageType
Represents the different types of messages that can be sent or received through SKSE’s messaging system.
MessagingError