#include <lua_verb.h>
Classes | |
struct | luaVerb |
Public Types | |
typedef struct lua_verb::luaVerb | luaVerb |
Static Public Member Functions | |
static void | lua_pushverb (lua_State *L, Verb *V, const QString &pName="", ObjectId pObjectId=OBJECT_NONE) |
static luaVerb * | arg (lua_State *L, int pIndex=1) |
Friends | |
class | lua_moo |
typedef struct lua_verb::luaVerb lua_verb::luaVerb |
lua_verb::luaVerb * lua_verb::arg | ( | lua_State * | L, |
int | pIndex = 1 |
||
) | [static] |
void lua_verb::lua_pushverb | ( | lua_State * | L, |
Verb * | V, | ||
const QString & | pName = "" , |
||
ObjectId | pObjectId = OBJECT_NONE |
||
) | [static] |
friend class lua_moo [friend] |