Thread Tools Display Modes
10-17-05, 11:48 AM   #1
Ego
A Deviate Faerie Dragon
 
Ego's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2005
Posts: 15
AFK status

It would be nice if an event was thrown when the player went AFK. This allows
for the behavior of mods to change based on AFK status without having to
parse the system messages (which requires localization).

Also two simple functions would be appreciated:

UnitIsAFK("unit") returns true or false, or nil for non-player units
UnitAFKMessage("unit") returns the AFK message or nil for non-player
units and non-AFK players.

These are the generic versions of the functions, so you can check the
AFK status of party or raid or guild member.

PlayerIsAfK() and PlayerAFKMessage() would work if we are only to be allowed
to get our own information.
 

WoWInterface » Developer Discussions » Wish List » AFK status

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off