WoW API: CancelMeetingStoneRequest

From AddOn Studio
Revision as of 18:14, 6 January 2007 by WoWWiki>Hobinbot (upgraded deprecated template)
Jump to navigation Jump to search

WoW API < CancelMeetingStoneRequest

CancelMeetingStoneRequest -Documentation by ClydeJr-

Removes the character from a Meeting Stone queue for an instance.

CancelMeetingStoneRequest();

Parameters

Arguments

None

Returns

None

Example

CancelMeetingStoneRequest();

Result

If the character is in a Meeting Stone queue, the character is removed from the queue.
If the character is not in a Meeting Stone queue, nothing happens.

Details