styyx-util 1.0
Utility Header for SKSE Plugin development
Loading...
Searching...
No Matches
styyx-utils.h File Reference
#include "st-random.h"
#include "st-magic.h"
#include "st-actor.h"
#include "st-cells.h"
#include "st-menu.h"
#include "st-forms.h"
#include "st-misc.h"
#include "st-timer.h"
#include "st-refs.h"
#include "st-perks.h"
#include "st-sounds.h"
#include "st-crimes.h"
#include "st-math.h"
Include dependency graph for styyx-utils.h:

Go to the source code of this file.

Namespaces

namespace  StyyxUtil

Functions

template<auto FuncID, typename Ret, typename... Args>
static Ret StyyxUtil::FuncCall (Args... args)
 Template function for game function calls use like this: FuncCall<123456, void>(a_this).