It seems to me AGS lacks a way to simply check if AudioClip is being played, while have a way to check what clip the channels play.
I believe AudioClip.IsPlaying this is a nice candidate for helper function (or property).
Other option would be to add following properties:
AudioClip.PlayCount - number of channels this clip is played on right now.
AudioClip.ChannelsPlaying - array of references to AudioChannel.
I believe AudioClip.IsPlaying this is a nice candidate for helper function (or property).
Other option would be to add following properties:
AudioClip.PlayCount - number of channels this clip is played on right now.
AudioClip.ChannelsPlaying - array of references to AudioChannel.


Logged