CommonLibSSE NG
|
#include <OldMessageBoxCallback.h>
Public Types | |
using | Callback = void(Message) |
Public Member Functions | |
~OldMessageBoxCallback () override | |
void | Run (Message a_msg) override |
Public Member Functions inherited from RE::BSIntrusiveRefCounted | |
std::uint32_t | IncRef () const |
std::uint32_t | DecRef () const |
TES_HEAP_REDEFINE_NEW () | |
Public Attributes | |
Callback * | callback |
Static Public Attributes | |
static constexpr auto | RTTI = RTTI___OldMessageBoxCallback |
Additional Inherited Members | |
Protected Attributes inherited from RE::BSIntrusiveRefCounted | |
volatile std::uint32_t | _refCount { 0 } |
using RE::OldMessageBoxCallback::Callback = void(Message) |
|
override |
|
overridevirtual |
Implements RE::IMessageBoxCallback.
Callback* RE::OldMessageBoxCallback::callback |
|
inlinestaticconstexpr |