Table of Contents

Method GetBaseSavingThrow

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetBaseSavingThrow(SavingThrow)

Gets this creature's base save value for the specified saving throw.

public int GetBaseSavingThrow(SavingThrow savingThrow)

Parameters

savingThrow SavingThrow

The type of saving throw.

Returns

int

The creature's base saving throw value.

Exceptions

ArgumentOutOfRangeException

Thrown if savingThrow is not Fortitude, Reflex, or Will.