View Single Post
08-14-12, 12:19 PM   #10
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
BNGetFriendToonInfo() on beta:
Code:
1  hasFocus (boolean)
2  toonName (string)
3  client (string)
4  realmName (string)
5  realmID (number)
6  faction (string) -- this one is changed, used to be a number
7  race (string)
8  class (string) -- localized
9  guild (string) -- seems to return empty even if the player is in a guild
10 zoneName (string)
11 level (number)
12 gameText (string)
12 broadcastText (string)
13 unknown (string) -- this one is new
14 broadcastTime (number)
15 canSoR (boolean) -- this one is new
16 toonID (number) -- this one is new

Last edited by p3lim : 08-14-12 at 12:31 PM.