Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Provides a RAII-style locking for the LuaState. More...
#include <LuaState.h>
Public Member Functions | |
cLock (cLuaState &a_LuaState) | |
Protected Attributes | |
cCSLock | m_Lock |
Provides a RAII-style locking for the LuaState.
Used mainly by the cPluginLua internals to provide the actual locking for interface operations, such as callbacks.
Definition at line 144 of file LuaState.h.
|
inline |
Definition at line 147 of file LuaState.h.
|
protected |
Definition at line 152 of file LuaState.h.