Updated Lua Group (markdown)

Alex 2013-06-07 17:33:22 -07:00
parent 5ad8679b82
commit 2a91bbb2ba

@ -8,6 +8,7 @@ group.valid -- Returns true if this object is not null
### Member Functions
```
Group() -- Creates a null Group
void DisbandGroup();
bool IsGroupMember(Lua_Mob mob);
void CastGroupSpell(Lua_Mob caster, int spell_id);