12#ifndef MINESERVER_LUAREGEVENTS_H
13#define MINESERVER_LUAREGEVENTS_H
static void loadLua(lua_State *state)
Loads this event to lua.
Definition clientevents.hpp:131
static void loadLua(lua_State *state)
Loads the event to the lua state.
Definition event.h:351
The file containing all of the client events.
constexpr std::string_view type_name()
Gets the name of the type paramater.
Definition event.h:56
void loadEventsLua(lua_State *state)
Loads all events in lua.
Definition luaregevents.hpp:24
The file containing all of the server events.