diff --git a/Perl-Raid.md b/Perl-Raid.md new file mode 100644 index 0000000..abc8892 --- /dev/null +++ b/Perl-Raid.md @@ -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) +``` \ No newline at end of file