WoW:API GetNumRaidMembers: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (stubbed)
No edit summary
Line 9: Line 9:


This is a good way to help determine what chat channel to send messages to.
This is a good way to help determine what chat channel to send messages to.
==See Also==
* [[API GetNumPartyMembers|GetNumPartyMembers]]

Revision as of 20:27, 30 November 2009

WoW API < GetNumRaidMembers

GetNumRaidMembers()

Returns the total number of people in raid, including the player.

Returns 0 if not in a raid.


This is a good way to help determine what chat channel to send messages to.

See Also