WoW:API CancelMeetingStoneRequest: Difference between revisions
Jump to navigation
Jump to search
CancelMeetingStoneRequest -Documentation by ClydeJr-
No edit summary |
(upgraded deprecated template) |
||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
<center>'''CancelMeetingStoneRequest''' ''-Documentation by [[user:ClydeJr|ClydeJr]]-''</center> | <center>'''CancelMeetingStoneRequest''' ''-Documentation by [[user:ClydeJr|ClydeJr]]-''</center> | ||
| Line 29: | Line 30: | ||
---- | ---- | ||
__NOTOC__ | __NOTOC__ | ||
Revision as of 18:14, 6 January 2007
← WoW API < CancelMeetingStoneRequest
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.