GetWillSavingThrow(object)

Determines the base reflex saving throw number of a creature, door or placeable.

int GetWillSavingThrow(
    object oTarget
);

Parameters

oTarget

The creature, door or placeable to get the saving throw.


Description

Returns oTarget's base will saving throw value (this will only work for creatures, doors, and placeables) and 0 if oTarget is invalid.



Version

1.22

See Also

functions: GetFortitudeSavingThrow
categories: Saving Throw Functions


 author: Tom Cassiotis
 Send comments on this topic.