WoW:API UnitIsAFK: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 1: Line 1:
{{Stub/API}}
{{wowapi}}
== Parameters ==
== Parameters ==
=== Arguments ===
=== Arguments ===

Revision as of 01:16, 27 December 2006

WoW API < UnitIsAFK

Parameters

Arguments

unitName
The Unit id you want debuff information for.

Returns

afk

Example

 afk = UnitIsAFK("player"); 

Checks if the player is AFK.