WoW:API UnitIsAFK

From AddOn Studio
Revision as of 11:17, 20 December 2006 by WoWWiki>Haghala
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Parameters

Arguments

unitName
The Unit id you want debuff information for.

Returns

afk

Example

 afk = UnitIsAFK("player"); 

Checks if the player is AFK.