GetCasterActor - ActiveMagicEffect

From the Fallout4 CreationKit Wiki
Revision as of 19:00, 23 August 2010 by imported>Plplecuyer (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' ActiveMagicEffect Script Obtains the Actor that cast the spell this effect is from. == Syntax …')
(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()

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]