CommonLibSSE NG
|
#include <Interfaces.h>
Public Types | |
enum | { kVersion = 2 } |
using | RegCallback = bool(RE::GFxMovieView *a_view, RE::GFxValue *a_root) |
using | RegInvCallback = void(RE::GFxMovieView *a_view, RE::GFxValue *a_object, RE::InventoryEntryData *a_item) |
Public Member Functions | |
std::uint32_t | Version () const |
bool | Register (RegCallback *a_callback, const char *a_name) const |
void | Register (RegInvCallback *a_callback) const |
Protected Member Functions | |
const detail::SKSEScaleformInterface * | GetProxy () const |
using SKSE::ScaleformInterface::RegCallback = bool(RE::GFxMovieView* a_view, RE::GFxValue* a_root) |
using SKSE::ScaleformInterface::RegInvCallback = void(RE::GFxMovieView* a_view, RE::GFxValue* a_object, RE::InventoryEntryData* a_item) |
|
protected |
bool SKSE::ScaleformInterface::Register | ( | RegCallback * | a_callback, |
const char * | a_name | ||
) | const |
void SKSE::ScaleformInterface::Register | ( | RegInvCallback * | a_callback | ) | const |
std::uint32_t SKSE::ScaleformInterface::Version | ( | ) | const |