GetScenariosChoiceOrder

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 5.0.4 / 1.15.0

Returns an ordered list of all available scenario IDs.

allScenarios = GetScenariosChoiceOrder ( [ allScenarios ] )

Arguments

allScenarios
table - If provided, this table will be wiped and populated with return values; otherwise, a new table will be created for the return value.

Returns

allScenarios
table - an array containing LFG dungeon IDs of specific scenarios. Not all of these may be level-appropriate.

Patch changes

Mists of Pandaria Patch 5.0.4 (2012-08-28): Added.

See also