- Found in:
- Dylbills PE
eventOnMusicTypeChangeGlobal(MusicTypenewMusicType, MusicTypeoldMusicType)
Description
Documentation Comment
Uses frame update function to detect change. Interval determined by the iFrameUpdateInterval setting in Data/SKSE/Plugins/DbSkseFunctions.ini
Parameters
Examples
Auto-Generated Example
Scriptname MyCoolScript extends DbSkseEvents
event OnMusicTypeChangeGlobal(MusicType newMusicType, MusicType oldMusicType)
Debug.trace("Event received - OnMusicTypeChangeGlobal: newMusicType = " + newMusicType + " oldMusicType = " + oldMusicType)
endEvent