Provides detailed information about a friend.
detail = Inspect.Social.Friend.Detail(friend) | |||
details = Inspect.Social.Friend.Detail(friends) | |||
Parameter | Type | Datatype | Description |
---|---|---|---|
friend | parameter | string | The name of a friend to retrieve detail for. |
friends | parameter | table | A table of names of friends to retrieve detail for. |
detail | result | table | Detail table for a single friend. |
details | result | table | Detail tables for all requested friends. |
calling | The friend's calling, if known. |
---|---|
guild | The friend's current guild. |
id | The ID of the requested element. |
level | The friend's current level, if known. |
name | The friend's name. |
note | The friend's personal note. |
race | The friend's race, if known. |
status | The friend's status. Either "online", "afk", or nil. |
zone | The friend's current zone, if known. |