Difference between revisions of "Persistence (Papyrus)"

65 bytes added ,  15:00, 10 August 2016
imported>Misfit
imported>Misfit
 
(One intermediate revision by the same user not shown)
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, OnSleep, and 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