Background for Skyrim SE
Member of the Alias script
eventOnSleepStop(boolabInterrupted)

Description

Documentation Comment

Received when the player stops sleeping - whether naturally or interrupted (after registering)


Parameters

boolabInterrupted


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Alias

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