OnConsciousnessStateChanged - Actor
Member of: Actor Script
Event called when this actor changes consciousness state.
SyntaxEdit
Event OnConsciousnessStateChanged( bool abUnconscious )
ParametersEdit
- abUnconscious: True if the actor is unconscious, false if it became conscious.
ExamplesEdit
Event OnConsciousnessStateChanged( bool abUnconscious )
Debug.Trace( "OnConsciousnessStateChanged Received: " + abUnconscious )
EndEvent