GetCasterActor - ActiveMagicEffect

From the CreationKit Wiki
Revision as of 10:39, 28 March 2012 by imported>Tunaisafish (→‎Syntax: +native)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: ActiveMagicEffect Script

Obtains the Actor that cast the spell this effect is from.

Syntax[edit | edit source]

Actor Function GetCasterActor() native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

The Actor that cast the spell this effect is from.

Examples[edit | edit source]

; Obtain the caster of the active fire effect
Actor caster = ActiveFireEffect.GetCasterActor()

See Also[edit | edit source]