|
CommonLibSSE (Parapets fork)
|
#include <BGSEntryPoint.h>
Classes | |
| struct | ENTRY_POINTS |
| struct | EntryPoint |
| struct | EntryPointParameter |
| struct | EntryPointParameters |
Public Types | |
| using | ENTRY_POINT = ENTRY_POINTS::ENTRY_POINT |
Static Public Member Functions | |
| static EntryPoint * | GetEntryPoint (ENTRY_POINT a_entryPoint) |
| template<class... Args> | |
| static void | HandleEntryPoint (ENTRY_POINT a_entryPoint, Actor *a_perkOwner, Args... a_args) |
|
static |
|
inlinestatic |