SetNoBleedoutRecovery - Actor

From the Fallout4 CreationKit Wiki
Revision as of 16:27, 18 October 2011 by imported>Vitamant (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)

See Also[edit | edit source]