Table of Contents

Method GetSavingThrowTable

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetSavingThrowTable(SavingThrow)

Gets a list containing the saving throw progression granted by this class.
The list is 0-indexed, with level 1 starting at element 0.

public IReadOnlyList<byte> GetSavingThrowTable(SavingThrow savingThrow)

Parameters

savingThrow SavingThrow

The saving throw to query. All is not supported.

Returns

IReadOnlyList<byte>

Examples

byte reflexSaveLevel15 = nwClass.GetSavingThrowTable(SavingThrow.Reflex)[14];