X Tutup
×
Create a new article
Write your page title here:
We currently have 92,698 articles on Fallout Wiki. Type your article name above or click on one of the titles below and start writing!



Fallout Wiki
92,698Articles
☢  Independent Fallout Wiki Resources  ☢

ActiveMagicEffect Script

Resource:Creation Kit > ActiveMagicEffect Script



Script for the manipulation of active magic effects. An active magic effect is a Resource:Creation Kit/Magic Effect which is currently attached to an Actor.

Definition

ScriptName ActiveMagicEffect extends ScriptObject Native Hidden

Properties

None

Global Functions

None

Member Functions

Events

  • Event OnEffectStart(Actor akTarget, Actor akCaster)
    • Event received when this effect starts.
  • Event OnEffectFinish(Actor akTarget, Actor akCaster)
    • Event received when this effect has finished.

Notes

ActiveMagicEffects will also receive events from the Actor they are attached to.

X Tutup