Difference between revisions of "Persistence (Papyrus)"

1 byte added ,  15:00, 10 August 2016
imported>Misfit
imported>Misfit
 
Line 56: Line 56:


==Registered events==
==Registered events==
Any reference that is registered to receive various events will be persistent until it unregisters for the events. This applies to any event you explicitly register for which include (but are not limited to) OnUpdate, [[OnGainLOS_-_ScriptObject|OnGainLOS]], OnSleep, and [[OnAnimationEvent_-_ScriptObject|OnAnimationEvent].
Any reference that is registered to receive various events will be persistent until it unregisters for the events. This applies to any event you explicitly register for which include (but are not limited to) OnUpdate, [[OnGainLOS_-_ScriptObject|OnGainLOS]], OnSleep, and [[OnAnimationEvent_-_ScriptObject|OnAnimationEvent]].


===Examples===
===Examples===
Anonymous user