CommonLibSSE NG
|
#include "RE/G/GFxMovieView.h"
#include "RE/G/GFxValue.h"
#include "RE/I/IVirtualMachine.h"
#include "RE/I/InventoryEntryData.h"
#include "RE/V/VirtualMachine.h"
#include "SKSE/Impl/Stubs.h"
#include "SKSE/Version.h"
Go to the source code of this file.
Classes | |
class | SKSE::QueryInterface |
class | SKSE::LoadInterface |
class | SKSE::ScaleformInterface |
class | SKSE::SerializationInterface |
class | SKSE::TaskInterface |
class | SKSE::TaskInterface::Task |
class | SKSE::TaskInterface::UITask |
class | SKSE::PapyrusInterface |
class | SKSE::MessagingInterface |
struct | SKSE::MessagingInterface::Message |
class | SKSE::ObjectInterface |
class | SKSE::TrampolineInterface |
struct | SKSE::PluginInfo |
struct | SKSE::PluginVersionData |
struct | SKSE::PluginDeclaration |
class | SKSE::PluginDeclaration::String< N > |
class | SKSE::PluginDeclaration::VersionNumber |
class | SKSE::PluginDeclaration::RuntimeCompatibility |
struct | SKSE::PluginDeclaration::PluginDeclarationInfo |
Namespaces | |
namespace | SKSE |
Macros | |
#define | SKSEPluginInfo(...) |
#define | SKSEPluginLoad(...) extern "C" [[maybe_unused]] __declspec(dllexport) bool SKSEPlugin_Load(__VA_ARGS__) |
Enumerations | |
enum class | SKSE::VersionIndependence { SKSE::AddressLibraryPre1_6_629 , SKSE::AddressLibraryPost1_6_629 , SKSE::AddressLibrary , SKSE::SignatureScanning } |
enum class | SKSE::StructCompatibility : std::uint32_t { SKSE::Dependent = 0 , SKSE::Independent = 1 } |
#define SKSEPluginInfo | ( | ... | ) |
#define SKSEPluginLoad | ( | ... | ) | extern "C" [[maybe_unused]] __declspec(dllexport) bool SKSEPlugin_Load(__VA_ARGS__) |