Background for Fallout 4
Member of the RefCollectionAlias script

Description

Documentation Comment

Event received when the lock on this object changes


Parameters

  1. ObjectReferenceakSenderRef


Examples

Auto-Generated Example

Scriptname MyCoolScript extends RefCollectionAlias

event OnLockStateChanged(ObjectReference akSenderRef)
    Debug.trace("Event received - OnLockStateChanged: akSenderRef = " + akSenderRef)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.