Module api

Source

Structs§

APIStorage
ActionEvent
CameraEvent
CrosshairRefEvent
ModCallbackEvent
NiNodeUpdateEvent

Enums§

ApiStorageError

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 of LoadInterface. Ensures all interfaces are initialized before use.