Background for Starfield
Member of the ReferenceAlias script
eventOnConsciousnessStateChanged(boolabUnconscious)

Description

Documentation Comment

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


Parameters

boolabUnconscious


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ReferenceAlias

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