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

Description

Wiki Description

Is this actor currently bleeding out?

Documentation Comment

Is this actor currently bleeding out?


Caveats


Examples

; Is Nate currently bleeding out?
bool nateIsBleedingOut = Nate.IsBleedingOut()

Auto-Generated Example

bool returnedValue = myActor__toCallFunctionOn.IsBleedingOut()

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.