SetNoBleedoutRecovery - Actor

Revision as of 16:27, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)

See AlsoEdit