GetCasterActor - ActiveMagicEffect
Revision as of 10:39, 28 March 2012 by imported>Tunaisafish (→Syntax: +native)
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()