Background for Skyrim SE
Member of the DbSkseEvents script

Parameters

  1. ActorVictim


Examples

Auto-Generated Example

Scriptname MyCoolScript extends DbSkseEvents

event OnEnterBleedoutGlobal(Actor Victim)
    Debug.trace("Event received - OnEnterBleedoutGlobal: Victim = " + Victim)
endEvent
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.