Background for Fallout 4
Member of the Actor script

Description

Wiki Description

Event called when the actor has entered bleedout.

Documentation Comment

Event received when an actor enters bleedout.


Examples

Event OnEnterBleedout()
  Debug.Trace("We entered bleedout...")
endEvent

Auto-Generated Example

Scriptname MyCoolScript extends Actor

event OnEnterBleedout()
    Debug.trace("Event received - OnEnterBleedout")
endEvent

Related Pages


Additional References

View this event’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.