Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
ElunaRegister< T > Struct Template Reference

#include <LuaEngine.h>

Public Attributes

int(* mfunc )(lua_State *, T *)
const char * name

Detailed Description

template<class T>
struct ElunaRegister< T >

Definition at line 28 of file LuaEngine.h.

Member Data Documentation

◆ mfunc

template<class T>
int(* ElunaRegister< T >::mfunc) (lua_State *, T *)

Definition at line 31 of file LuaEngine.h.

Referenced by ElunaTemplate< T >::thunk().

◆ name

template<class T>
const char* ElunaRegister< T >::name

Definition at line 30 of file LuaEngine.h.

Referenced by SetMethods().


The documentation for this struct was generated from the following file: