WoW:API AttackTarget: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 29: Line 29:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|AttackTarget]]
[[Category:API Activity Functions|AttackTarget]]

Revision as of 13:14, 27 August 2005

AttackTarget -Documentation by AlexanderYoshi-

Attacks the players selected target.

Note - if already attacking a target, this toggles auto-attack off --Goldark 17:01, 12 Jan 2005 (EST)

AttackTarget();

Arguments
none

Returns
nil

Example
AttackTarget();
Result

Description
Attacks the players selected target.

Template:WoW API