Background for Fallout 4
Member of the ActiveMagicEffect script
ActorfunctionGetCasterActor()Native

Description

Wiki Description

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

Documentation Comment

Get the actor that cast this spell


Examples

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

Auto-Generated Example

Actor returnedValue = myActiveMagicEffect__toCallFunctionOn.GetCasterActor()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.