Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Typedefs
LuaWindow.h File Reference
#include "LuaState.h"
#include "../UI/Window.h"
#include "../ItemGrid.h"
Include dependency graph for LuaWindow.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cLuaWindow
 A window that has been created by a Lua plugin and is handled entirely by that plugin This object needs extra care with its lifetime management: More...
 

Typedefs

typedef cFunctionRef< bool(cPlayer &)> cPlayerListCallback
 

Typedef Documentation

◆ cPlayerListCallback

Definition at line 18 of file LuaWindow.h.