Background for Skyrim SE
Member of the DbSkseFunctions script
voidfunctionSetMusicTypeTrackIndex(MusicTypeakMusicType, intindex)NativeGlobal

Description

Documentation Comment

if the akMusicType is currently playing, it will jump to the track index passed in.


Caveats


Parameters

MusicTypeakMusicType

intindex


Examples

Auto-Generated Example

MusicType myMusicType__akMusicType
int myInt__index

DbSkseFunctions.SetMusicTypeTrackIndex(myMusicType__akMusicType, myInt__index)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.