From b474ab2ed15460fc47b7e0d960cd2ab28d2e886e Mon Sep 17 00:00:00 2001 From: Logan Date: Sat, 13 Jan 2018 20:50:07 -0800 Subject: [PATCH] Created Perl Raid (markdown) --- Perl-Raid.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Perl-Raid.md 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