Table of Contents

Method GetRawAbilityScore

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetRawAbilityScore(Ability)

Gets the base (raw) ability score for the specified ability, without racial modfiers.

public byte GetRawAbilityScore(Ability ability)

Parameters

ability Ability

The 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.