Open main menu
Home
Random
Log in
Settings
About AddOn Studio
Disclaimers
AddOn Studio
Search
Editing
WoW:API SwapRaidSubgroup
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{wowapi}} Swaps two players in a raid. SwapRaidSubgroup(index1, index2); ---- ;''Arguments'' :''index1 - ID of first raid member (1 ... MAX_RAID_MEMBERS)'' :''index2 - ID of second raid member (1 ... MAX_RAID_MEMBERS)'' ---- ;''Example'' :''Swap raid member (ID=20) with raid member (ID=25)'' SwapRaidSubgroup(20, 15); ---- ;''More info on raid indecies'' :(As of 3.1, this no longer accurate. Raid indices now reorder themselves every time the raid layout changes.) : Regarding the corrispondance of raid indecies to players. Let C be the list of players in a raid ordered by their raid index. It appears that after any series of changes is made to the raid, at the end all players from C still in the raid will retain their original ordering (even if they left and rejoined the raid), with new members existing at any index 0<i<=40. ----
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Apinav
(
edit
)
Template:Editlink
(
edit
)
Template:Tocright
(
edit
)
Template:Wowapi
(
edit
)