Method GetRawAbilityScore
GetRawAbilityScore(Ability)
Gets the base (raw) ability score for the specified ability, without racial modfiers.
public byte GetRawAbilityScore(Ability ability)
Parameters
abilityAbilityThe ability score type to query.
Returns
- byte
An integer representing the creature's ability score without modifiers.
Exceptions
- ArgumentOutOfRangeException
Thrown if an invalid ability is specified.