Difference between revisions of "GetMagnitude - ActiveMagicEffect"

Note
imported>Thor
(Note)
 
Line 24: Line 24:


</source>
</source>
== Notes ==
Scripts sometimes unable to call this function, if the effect dispels in the same second it is casted - e.g. effects with no duration, or quickly casting/releasing a concentration type spell, that call this function from the OnEffectStart event. To prevent this, it's better to call GetMagnitude() before OnEffectStart - with OnInit event; in this case this function appear to be fail-safe.


== See Also ==
== See Also ==
67

edits