- Found in:
- Vanilla
eventOnEnterBleedout()
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