Structs§
Enums§
Functions§
- get_
messaging_ interface - Retrieves the
MessagingInterface
instance. - get_
papyrus_ interface - Retrieves the
PapyrusInterface
instance. - get_
plugin_ author - Get the plugin’s author.
- get_
plugin_ handle - Get the plugin handle (index of how many dlls SKSE has loaded) of this SKSE plugin dll.
- get_
plugin_ name - Get the plugin’s name.
- get_
plugin_ version - Get the plugin’s version.
- get_
release_ index - Retrieves the release index.
- get_
scaleform_ interface - Retrieves the
ScaleformInterface
instance. - get_
serialization_ interface - Retrieves the
SerializationInterface
instance. - get_
task_ interface - Retrieves the
TaskInterface
instance. - init
- Initializes global API interfaces through the
QueryInterface
method ofLoadInterface
. Ensures all interfaces are initialized before use.