12#ifndef MINESERVER_LUAHEADERS_H
13#define MINESERVER_LUAHEADERS_H
21#include <LuaBridge/LuaBridge.h>
22#include <LuaBridge/Vector.h>
24#ifndef DOXYGEN_IGNORE_THIS
constexpr std::string_view type_name()
Gets the name of the type paramater.
Definition event.h:56
The logging namespace.
Definition logger.h:146
void plugin(const char *format,...)
Logs something at the PLUGIN level, for plugins.
Definition logger.cpp:180
Lua utility namespace.
Definition luaheaders.h:36
void registerDefaultLibs(lua_State *state, const char *name)
Loads default libs.
Definition luaheaders.cpp:36
int luaCustomPrint(lua_State *state)
Custom print.
Definition luaheaders.cpp:15