Mineserver
A rewrite of Minecraft 1.8.9 in C++ !
Loading...
Searching...
No Matches
luaregcmd.hpp File Reference

The file for registering commands to lua. More...

#include <plugins/luaheaders.h>
#include <cmd/commands.h>

Go to the source code of this file.

Functions

void loadCmdLua (lua_State *state)
 Registers commands logic to lua.
 

Detailed Description

The file for registering commands to lua.

Author
Lygaen
Version
0.1
Date
2024-02-22

Function Documentation

◆ loadCmdLua()

void loadCmdLua ( lua_State * state)

Registers commands logic to lua.

Parameters
statethe state to load to