Module stab

Source

Structs§

PluginHandle
Represents a handle for a plugin, which is a 32-bit unsigned integer.
PluginInfo
Structure representing the information about a plugin.
SKSEDelayFunctorManager
Dummy structure representing the delay functor manager.
SKSEInterface
The main SKSE interface structure that provides access to various SKSE functionality.
SKSEMessagingInterface
The messaging interface for SKSE that allows plugin communication.
SKSEObjectInterface
Interface for interacting with SKSE objects.
SKSEObjectRegistry
Dummy structure representing the object registry.
SKSEPapyrusInterface
Interface for registering papyrus scripts.
SKSEPersistentObjectStorage
Dummy structure representing persistent object storage.
SKSEScaleformInterface
Interface for interacting with Scaleform movies in SKSE.
SKSESerializationInterface
Interface for managing serialization in SKSE.
SKSETaskInterface
Interface for managing tasks in SKSE.
SKSETrampolineInterface
Interface for managing trampoline functions in SKSE.
TaskDelegate
A delegate structure for task execution in SKSE.
TaskDelegateVirtualTable
Virtual table for task delegate functions.
UiDelegateV1
A delegate structure for UI task execution in SKSE.
UiDelegateV1VirtualTable
Virtual table for UI task delegate functions.

Enums§

InterfaceKind
Available for SKSEInterface::QueryInterface id.

Constants§

INVALID_PLUGIN_HANDLE
The invalid plugin handle value, set to the maximum possible u32 value.