WoW:API AttackTarget: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 2: Line 2:


Attacks the players selected target.
Attacks the players selected target.
''Note - if already attacking a target, this toggles auto-attack off --[[User:Goldark|Goldark]] 17:01, 12 Jan 2005 (EST)''


  AttackTarget();
  AttackTarget();

Revision as of 22:01, 12 January 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