Mineserver
A rewrite of Minecraft 1.8.9 in C++ !
Loading...
Searching...
No Matches
luaregevents.hpp
Go to the documentation of this file.
1
12#ifndef MINESERVER_LUAREGEVENTS_H
13#define MINESERVER_LUAREGEVENTS_H
14
15#include <plugins/luaheaders.h>
18
30
31#endif // 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
Utility header file for lua things.
void loadEventsLua(lua_State *state)
Loads all events in lua.
Definition luaregevents.hpp:24
The file containing all of the server events.