SetNoBleedoutRecovery - Actor

From the Fallout4 CreationKit Wiki
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]