WoW:API ClearLookingForGroup: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with '{{wowapi}}__NOTOC__ Flags the player as not looking for any groups. ClearLookingForGroup() ==Example== ClearLookingForGroup(slot, mtype, destination); ==See Also== * [[API Se...')
 
({{removedapi|3.3}})
Line 1: Line 1:
{{wowapi}}__NOTOC__
{{wowapi}} {{removedapi|3.3}} __NOTOC__
Flags the player as not looking for any groups.
Flags the player as not looking for any groups.
  ClearLookingForGroup()
  ClearLookingForGroup()


==See Also==
==See Also==
* [[API SetLookingForGroup|SetLookingForGroup()]]
* [[API SetLookingForGroup|SetLookingForGroup()]]
* [[API SetLFGComment|SetLFGComment()]]
* [[API SetLFGComment|SetLFGComment()]]

Revision as of 00:15, 21 March 2010

WoW API < ClearLookingForGroup

Flags the player as not looking for any groups.

ClearLookingForGroup()

See Also