Method GetBaseSavingThrow
GetBaseSavingThrow(SavingThrow)
Gets this creature's base save value for the specified saving throw.
public int GetBaseSavingThrow(SavingThrow savingThrow)
Parameters
savingThrowSavingThrowThe type of saving throw.
Returns
- int
The creature's base saving throw value.
Exceptions
- ArgumentOutOfRangeException
Thrown if savingThrow is not Fortitude, Reflex, or Will.