Background for Skyrim SE
Member of the DbSkseFunctions script
intfunctionGetMusicTypeStatus(MusicTypeakMusicType)NativeGlobal

Description

Documentation Comment

MusicTypeStatus is as follows
kInactive = 0
kPlaying = 1
kPaused = 2
kFinishing = 3
kFinished = 4


Caveats


Parameters

MusicTypeakMusicType


Examples

Auto-Generated Example

MusicType myMusicType__akMusicType

int returnedValue = DbSkseFunctions.GetMusicTypeStatus(myMusicType__akMusicType)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.