Background for Skyrim SE
Member of the DbSkseEvents script
eventOnLockChangedGlobal(ObjectReferenceakReference, boolLocked)

Description

Documentation Comment

event sent when a reference is locked or unlocked


Parameters

  1. ObjectReferenceakReference

  2. boolLocked


Examples

Auto-Generated Example

Scriptname MyCoolScript extends DbSkseEvents

event OnLockChangedGlobal(ObjectReference akReference, bool Locked)
    Debug.trace("Event received - OnLockChangedGlobal: akReference = " + akReference + " Locked = " + Locked)
endEvent
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.