WoW:API SetLookingForGroup: Difference between revisions

wiki syntax fix
mNo edit summary
(wiki syntax fix)
Line 1: Line 1:
{{wowapi}}__NOTOC__
{{wowapi}}__NOTOC__
Flags yourself as LFG <br>
Flags yourself as LFG <br>
  SetLookingForGroup(Interfacerow, missiontype, destination)
  SetLookingForGroup(interfacerow, missiontype, destination)


===Takes===
===Takes===
: Number Interfacerow
; Number interfacerow: The LFG interface has 3 rows (You can look for 3 things), this number indicates which one (1 to 3)
: Number missiontype
; Number missiontype: The type is None/Dungeon/Raid/Quest(group)/Zone/Heroic Dungeon and the value is accordingly, ie 3=raid
: Number destination
; Number destination: The submenu of valid choices for that missiontype and the characters level, if type is 3 and the character is level 70 then 6 would be Karazhan
 
Interfacerow<br>
<br>
The LFG interface has 3 rows (You can look for 3 things), this number indicates which one (1 to 3)
 
missiontype<br>
<br>
The type is None/Dungeon/Raid/Quest(group)/Zone/Heroic Dungeon and the value is accordingly, ie 3=raid
 
destination<br>
<br>
The submenu of valid choices for that missiontype and the characters level, if type is 3 and the character is level 70 then 6 would be Karazhan
 
 


===Returns===
===Returns===
: Nothing
: Nothing


===Example===
===Example===
<dl><dd>
SetLookingForGroup(1, 3, 6)
SetLookingForGroup(1, 3, 6)<br>


===See Also===
===See Also===
[[API GetLookingForGroup|GetLookingForGroup()]]<br>
* [[API GetLookingForGroup|GetLookingForGroup()]]
[[API SetLFGComment|SetLFGComment()]]
* [[API SetLFGComment|SetLFGComment()]]
</dd></dl>
Anonymous user