11#define SKSEAPI __cdecl
18#ifdef SKYRIM_SUPPORT_AE
19 std::string_view GetPluginName() noexcept;
20 std::string_view GetPluginAuthor() noexcept;
21 REL::Version GetPluginVersion() noexcept;
Definition Interfaces.h:40
Definition Interfaces.h:259
Definition Interfaces.h:314
Definition Interfaces.h:226
Definition Interfaces.h:82
Definition Interfaces.h:181
Definition Interfaces.h:332
Definition AbsorbEffect.h:6
std::uint32_t PluginHandle
Definition Stubs.h:11
const ObjectInterface * GetObjectInterface() noexcept
void Init(const LoadInterface *a_intfc, const bool a_log=true) noexcept
const PapyrusInterface * GetPapyrusInterface() noexcept
void RegisterForAPIInitEvent(std::function< void()> a_fn)
RE::BSTEventSource< NiNodeUpdateEvent > * GetNiNodeUpdateEventSource() noexcept
const SKSEDelayFunctorManager * GetDelayFunctorManager() noexcept
const SKSEObjectRegistry * GetObjectRegistry() noexcept
RE::BSTEventSource< CameraEvent > * GetCameraEventSource() noexcept
void AllocTrampoline(std::size_t a_size, bool a_trySKSEReserve=true)
const ScaleformInterface * GetScaleformInterface() noexcept
RE::BSTEventSource< ModCallbackEvent > * GetModCallbackEventSource() noexcept
const MessagingInterface * GetMessagingInterface() noexcept
RE::BSTEventSource< CrosshairRefEvent > * GetCrosshairRefEventSource() noexcept
const TaskInterface * GetTaskInterface() noexcept
const TrampolineInterface * GetTrampolineInterface() noexcept
std::uint32_t GetReleaseIndex() noexcept
PluginHandle GetPluginHandle() noexcept
const SKSEPersistentObjectStorage * GetPersistentObjectStorage() noexcept
const SerializationInterface * GetSerializationInterface() noexcept
RE::BSTEventSource< ActionEvent > * GetActionEventSource() noexcept
Definition EffectArchetypes.h:65