WoW:API ClearTarget: Difference between revisions
No edit summary |
m (Move page script moved page API ClearTarget to API ClearTarget without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
{{protectedapi|2.0.1|For alternatives, try [[API_SecureTemplates|Secure Templates]] or /cleartarget.}} | |||
Clears the selected target. | Clears the selected target. | ||
| Line 20: | Line 20: | ||
;''Result'' | ;''Result'' | ||
Your current target is detargeted. | |||
Latest revision as of 04:45, 15 August 2023
← WoW API < ClearTarget
This function is PROTECTED, and can only be called from Blizzard code.
|
Clears the selected target.
ClearTarget();
- Arguments
- none
- Returns
- nil
- Example
ClearTarget();
- Result
Your current target is detargeted.