Core GameKit  3.2.9.0
The ultimate pooling / combat / spawning / variable plugin!
DarkTonic.CoreGameKit.WaveMusicChangerListener Class Reference

This class is used to listen to key events in the Music Changer. Always make a subclass so you can have different Listeners for different Music Changers. More...

Inheritance diagram for DarkTonic.CoreGameKit.WaveMusicChangerListener:

Public Member Functions

virtual void MusicChanging (LevelWaveMusicSettings musicSettings)
 This method gets called when the music will change to a different song. More...
 

Detailed Description

This class is used to listen to key events in the Music Changer. Always make a subclass so you can have different Listeners for different Music Changers.

Member Function Documentation

virtual void DarkTonic.CoreGameKit.WaveMusicChangerListener.MusicChanging ( LevelWaveMusicSettings  musicSettings)
virtual

This method gets called when the music will change to a different song.

Parameters
musicSettingsThe settings for the new music.

The documentation for this class was generated from the following file: