WoW:API CancelTrackingBuff: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(upgraded deprecated template)
(Updated to match the current API boilerplate.)
Line 1: Line 1:
{{wowapi}}
{{wowapi}} __NOTOC__
{{stub/api}}


Cancels your current tracking buff, meaning skills like Find Minerals and Track Humanoids.
Cancels your current tracking buff (skills like Find Minerals and Track Humanoids).
CancelTrackingBuff();


取消你当前的追踪BUFF(寻找草药、追踪人型之类的)
 
CancelTrackingBuff();
== Arguments ==
None
 
 
== Returns ==
None

Revision as of 19:37, 25 June 2007

WoW API < CancelTrackingBuff

Cancels your current tracking buff (skills like Find Minerals and Track Humanoids).

CancelTrackingBuff();


Arguments

None


Returns

None