void * getRawUserType() const
void * getRawCppObjectFromVariable(const Variable &var)
TableRef getTableAt(int index) const
Return a table at the given index in the stack.
bool isUserTypeAt(int index, const Common::UString &type="") const
Check whether the value at the given index is a usertype value.
void * getRawUserTypeAt(int index, const Common::UString &type="") const
Return a raw usertype value at the given index in the stack.
Type getTypeAt(int index) const
#define XOREOS_FALLTHROUGH
void * getRawCppObjectFromStack(const Stack &stack, int index)
void * getRawUserTypeAt(int index, const Common::UString &type="") const
Return a usertype value at the given index in the stack.
A reference to a Lua table.
A reference to a Lua table.
void setMetaAccessEnabled(bool enabled)
Enable/Disable access to the table elements using metamethods.