GetTargetActor - ActiveMagicEffect
Revision as of 10:37, 28 March 2012 by imported>Tunaisafish (→Syntax: marked native)
Member of: ActiveMagicEffect Script
Obtains the Actor this active magic effect is applied to.
Syntax[edit | edit source]
Actor Function GetTargetActor() native
Parameters[edit | edit source]
None
Return Value[edit | edit source]
The Actor this active effect is applied to.
Examples[edit | edit source]
; Obtain the target of the active fire effect
Actor target = ActiveFireEffect.GetTargetActor()