SetUnconscious - Actor
Revision as of 15:27, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
Member of: Actor Script
Set or clear this actor's unconscious status.
Syntax
Function SetUnconscious(bool abUnconscious = true) native
Parameters
- abUnconscious: Whether to set or clear the unconscious state.
- Default: True
Return Value
None.
Examples
; Set Stony to be unconscious
Stony.SetUnconscious()
; Clear Stony's unconscious status
Stony.SetUnconscious(false)