Background for Skyrim SE
Member of the ReferenceAlias script

Description

Documentation Comment

Event received when an actor enters bleedout. (only if this alias points at an actor)


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ReferenceAlias

event OnEnterBleedout()
    Debug.trace("Event received - OnEnterBleedout")
endEvent
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.