SetNoBleedoutRecovery - Actor
Revision as of 15:27, 18 October 2011 by imported>Vitamant (1 revision: Clobber re-import by Henning)
Member of: Actor Script
Sets whether this actor can recover from bleedout or not.
Syntax[edit | edit source]
Function SetNoBleedoutRecovery(bool abAllowed) native
Parameters[edit | edit source]
- abAllowed: If true, they can't recover from bleedout, otherwise they can.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Don't let the important person recover from bleedout
ImportantPerson.SetNoBleedoutRecovery(true)