Table of Contents

Method GetAbilityScore

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetAbilityScore(Ability, bool)

Gets the specified ability score from this creature.

public int GetAbilityScore(Ability ability, bool baseOnly = false)

Parameters

ability Ability

The type of ability.

baseOnly bool

If true, will return the creature's base ability score without bonuses or penalties.

Returns

int