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.
- Message
Type_ CEnum - Auto-generated FFI type for
MessageType
. - Messaging
Interface - APIs that enable data to be sent and received between plugins.
Enums§
- Dispatcher
- Represents the different event dispatchers that SKSE provides.
- Message
Type - Represents the different types of messages that can be sent or received through SKSE’s messaging system.
- Messaging
Error