Background for Starfield
Member of the RefCollectionAlias script
eventOnConsciousnessStateChanged(ObjectReferenceakSenderRef, boolabUnconscious)

Description

Documentation Comment

Event that is triggered when this actor's consciousness state changes


Parameters

ObjectReferenceakSenderRef

boolabUnconscious


Examples

Auto-Generated Example

Scriptname MyCoolScript extends RefCollectionAlias

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