GetEffectDuration(effect)
From NWN Lexicon
Jump to navigationJump to searchReturns the total duration of the effect in seconds.
Parameters
- eEffect
- The effect object to get the duration of.
Description
Returns the total duration of the effect in seconds. Returns 0 if the duration type of the effect is not DURATION_TYPE_TEMPORARY.
Remarks
Version
This function was added in 1.74.8149 of NWN:EE.
Example
See Also
functions: | GetEffectDurationRemaining(), GetEffectDurationType(), GetEffectCasterLevel() |