Structs§
- Plugin
Handle - Represents a handle for a plugin, which is a 32-bit unsigned integer.
- Plugin
Info - Structure representing the information about a plugin.
- SKSE
Delay Functor Manager - Dummy structure representing the delay functor manager.
- SKSE
Interface - The main SKSE interface structure that provides access to various SKSE functionality.
- SKSE
Messaging Interface - The messaging interface for SKSE that allows plugin communication.
- SKSE
Object Interface - Interface for interacting with SKSE objects.
- SKSE
Object Registry - Dummy structure representing the object registry.
- SKSE
Papyrus Interface - Interface for registering papyrus scripts.
- SKSE
Persistent Object Storage - Dummy structure representing persistent object storage.
- SKSE
Scaleform Interface - Interface for interacting with Scaleform movies in SKSE.
- SKSE
Serialization Interface - Interface for managing serialization in SKSE.
- SKSE
Task Interface - Interface for managing tasks in SKSE.
- SKSE
Trampoline Interface - Interface for managing trampoline functions in SKSE.
- Task
Delegate - A delegate structure for task execution in SKSE.
- Task
Delegate Virtual Table - Virtual table for task delegate functions.
- UiDelegate
V1 - A delegate structure for UI task execution in SKSE.
- UiDelegate
V1Virtual Table - Virtual table for UI task delegate functions.
Enums§
- Interface
Kind - Available for
SKSEInterface::QueryInterface
id.
Constants§
- INVALID_
PLUGIN_ HANDLE - The invalid plugin handle value, set to the maximum possible
u32
value.