Method GetAbilityScore
GetAbilityScore(Ability, bool)
Gets the specified ability score from this creature.
public int GetAbilityScore(Ability ability, bool baseOnly = false)
Parameters
abilityAbilityThe type of ability.
baseOnlyboolIf true, will return the creature's base ability score without bonuses or penalties.