Documentation

Audio Device

Allow control over audio output. Currently only allows volume changing.

 
enum AudioDevice{
	SOUNDFX,
	DIALOG, // Dialog most likely share the SOUNDFX channels
	MUSIC
}

Comments

Comming Soon