GetMachineProfile

This commit is contained in:
Glenn Maynard
2005-02-16 02:45:23 +00:00
parent b8605eebf0
commit 69e57a659e
+1
View File
@@ -542,6 +542,7 @@ public:
static int IsUsingProfile( T* p, lua_State *L ) { lua_pushboolean(L, p->IsUsingProfile((PlayerNumber)IArg(1)) ); return 1; }
static int GetProfile( T* p, lua_State *L ) { p->GetProfile((PlayerNumber)IArg(1))->PushSelf(L); return 1; }
static int GetMachineProfile( T* p, lua_State *L ) { p->GetMachineProfile()->PushSelf(L); return 1; }
static void Register(lua_State *L)
{