OnConsciousnessStateChanged - Actor

From the Fallout4 CreationKit Wiki
Revision as of 16:35, 14 May 2014 by imported>Plplecuyer (→‎Examples)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Actor Script

Event called when this actor changes consciousness state.

Syntax[edit | edit source]

Event OnConsciousnessStateChanged( bool abUnconscious )

Parameters[edit | edit source]

  • abUnconscious: True if the actor is unconscious, false if it became conscious.

Examples[edit | edit source]

Event OnConsciousnessStateChanged( bool abUnconscious )
	Debug.Trace( "OnConsciousnessStateChanged Received: " + abUnconscious )
EndEvent

Other Notes[edit | edit source]

See Also[edit | edit source]