WoW:API UnitIsAFK
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.
afk = UnitIsAFK("player");
Checks if the player is AFK.