Table of Contents

Method GetSavingThrow

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetSavingThrow(SavingThrow)

Gets the specified saving throw modifier for this creature.

public int GetSavingThrow(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.