[dismiss]
This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.
OnEnterBleedout - Actor
Jump to navigation
Jump to search
Member of: Actor Script
Event called when the actor has entered bleedout.
Syntax[edit | edit source]
Event OnEnterBleedout()
Parameters[edit | edit source]
None
Examples[edit | edit source]
Event OnEnterBleedout()
Debug.Trace("We entered bleedout...")
endEvent