SetNoBleedoutRecovery - Actor
Member of: Actor Script
Sets whether this actor can recover from bleedout or not.
SyntaxEdit
Function SetNoBleedoutRecovery(bool abAllowed) native
ParametersEdit
- abAllowed: If true, they can't recover from bleedout, otherwise they can.
Return ValueEdit
None.
ExamplesEdit
; Don't let the important person recover from bleedout
ImportantPerson.SetNoBleedoutRecovery(true)