WoW:API LFGGetDungeonInfoByID(): Difference between revisions

(Created page with '{{wowapi}} Returns data about a particular instance.<br> Usage:<br> <nowiki> LFGGetDungeonInfoByID(dungeonID)</nowiki> ===Takes=== : InstanceId ===Returns=== : a table containi…')
 
Line 20: Line 20:
   expansionLevel = 8,
   expansionLevel = 8,
   groupID = 9,
   groupID = 9,
   texture = 10,
   texture = 10, -- "Interface\\LFGFrame\\LFGIcon-"..texture
   difficulty = 11,
   difficulty = 11,
   maxPlayers = 12,
   maxPlayers = 12,
Line 37: Line 37:
*1
*1
*151
*151
*//texture/file
*"Interface\\LFGFrame\\LFGIcon-WAILINGCAVERNS"
*1
*1
*5
*5
Line 47: Line 47:
  /print LFGGetDungeonInfoByID(1)[LFG_RETURN_VALUES.name]
  /print LFGGetDungeonInfoByID(1)[LFG_RETURN_VALUES.name]
Wailing Caverns
Wailing Caverns


===See Also===
===See Also===
Anonymous user