WoW API: UnitIsAFK

From AddOn Studio
Revision as of 01:16, 27 December 2006 by WoWWiki>Fandyllic
Jump to navigation Jump to search

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.