Method GetSavingThrow
GetSavingThrow(SavingThrow)
Gets the specified saving throw modifier for this creature.
public int GetSavingThrow(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.