37#ifndef H_OGF_GOM_LUA_INTEROP_H
38#define H_OGF_GOM_LUA_INTEROP_H
72 lua_State* L,
int index,
Any& result,
MetaType* mtype =
nullptr
A class that stores a variable of arbitrary type.
void lua_pushgraphiteval(lua_State *L, const Any &value)
Pushes a value on the LUA stack.
void lua_tographiteval(lua_State *L, int index, Any &result, MetaType *mtype=nullptr)
Converts a LUA value to a graphite value stored in an Any.
Global Graphite namespace.