View Single Post
  #3  
Unread 10-11-2014, 11:41 PM
moebius92 moebius92 is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2010
Posts: 51
As far as I can tell, the BeorningAttributes is the object returned by calling GetClassAttributes() on a LocalPlayer that's a Beorning. It has two function calls:

GetWrath() - returns the current amount of Wrath (out of 100)
IsInBearForm() - returns a boolean indicating if you're in bear form or not

Also, there are two events:

WrathChanged - triggers on Wrath changing
FormChanged - triggers on changing to a bear or to a human

Not sure what else'll be in the documentation update (and I kinda hope they move Wrath out of the BeorningAttributes - can't access it in party members, so I can't make PartyFrame show the Wrath of Beorning party members. You're stuck with it displaying power.)
Reply With Quote