Background for Skyrim SE
Member of the Actor script
voidfunctionSetNoBleedoutRecovery(boolabAllowed)Native

Description

Wiki Description

Sets whether this actor can recover from bleedout or not.

Documentation Comment

Set the no bleedout recovery flag on this actor


Caveats


Parameters

boolabAllowed

CK Wiki Description

If true, they can't recover from bleedout, otherwise they can.


Examples

; Don't let the important person recover from bleedout
ImportantPerson.SetNoBleedoutRecovery(true)

Auto-Generated Example

bool myBool__abAllowed

myActor__toCallFunctionOn.SetNoBleedoutRecovery(myBool__abAllowed)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.