Background for Starfield
Member of the Actor script
intfunctionIsBleedingOut()Native

Description

Wiki Description

Is this actor currently bleeding out?

Documentation Comment

Is this actor currently bleeding out?
0 = Not bleeding out
1 = Bleeding out, will recover
2 = Bleeding out, will not recover


Caveats


Examples

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

Auto-Generated Example

int returnedValue = myActor__toCallFunctionOn.IsBleedingOut()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.