GetMagnitude - ActiveMagicEffect

From the CreationKit Wiki
Revision as of 10:35, 12 October 2014 by imported>Terra Nova2 (Created GetMagnitude page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SKSE Member of: ActiveMagicEffect Script

Returns the Magnitude of the Active Magic Effect.

Syntax

float Function GetMagnitude() native

Return Value

Returns the Magnitude of the Magic Effect

Examples

;Used self variable. Self was the script attached to this magic effect. 

Float Magnitude = self.GetMagnitude()
Debug.Trace("This magic effect has a strength value of" +Magnitude)

See Also