Created Perl Raid (markdown)

Logan
2018-01-13 20:50:07 -08:00
parent 0f20ee0ec5
commit b474ab2ed1
+20
@@ -0,0 +1,20 @@
```perl
void Raid::IsRaidMember(string name)
void Raid::CastGroupSpell( caster, spellid, gid)
void Raid::GroupCount( gid)
void Raid::RaidCount()
void Raid::GetGroup(string name)
void Raid::SplitExp( exp, other)
void Raid::GetTotalRaidDamage( other)
void Raid::SplitMoney(int copper, int silver, int gold, int platinum)
void Raid::BalanceHP( penalty, gid)
void Raid::IsLeader(string name)
void Raid::IsGroupLeader( who)
void Raid::GetHighestLevel()
void Raid::GetLowestLevel()
void Raid::GetClientByIndex( index)
void Raid::TeleportGroup( sender, zoneID, float x, float y, float z, float heading, gid)
void Raid::TeleportRaid( sender, zoneID, float x, float y, float z, float heading)
void Raid::GetID()
void Raid::GetMember( index)
```