What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Get specialization?

Mordark

Community Developer
Joined
Mar 31, 2014
Messages
291
Reaction score
4
I found how to learn and change a specialization, but I can't seem to find anything for getting which ones are in use.
I'd like to find out if the user is Battlerage, Witchcraft, Defense, Archery, etc.
I've looked in the API, but I feel like I'm missing something.
 
For example:
Code:
public bool isAbilityTaken(Ability ability)
        {
            return me.getAbilities().Exists(a => a.id == ability);
        }
 
Back
Top