Ardour
9.0-pre0-386-g96ef4d20f2
|
Classes | |
struct | Stack |
class | Security |
Functions | |
template<class T > | |
void | push (lua_State *L, T t) |
template<class T > | |
void | setGlobal (lua_State *L, T t, char const *name) |
void | setHideMetatables (bool shouldHide) |
|
inline |
Push an object onto the Lua stack.
Definition at line 159 of file LuaBridge.h.
|
inline |
Set a global value in the lua_State.
Definition at line 172 of file LuaBridge.h.
|
inline |
Change whether or not metatables are hidden (on by default).
Definition at line 182 of file LuaBridge.h.