Funcs
func destroy(self: Sound) {...}{.raises: [], tags: [].}
- Source Edit
func newSound(soundPath: string): Sound {...}{.raises: [], tags: [].}
- Source Edit
func isPlaying(self: Sound): bool {...}{.raises: [], tags: [].}
- Source Edit
func pause(self: Sound) {...}{.raises: [], tags: [].}
- Source Edit
func play(self: Sound) {...}{.raises: [], tags: [].}
- Source Edit
func resume(self: Sound) {...}{.raises: [], tags: [].}
- Source Edit
func stop(self: Sound) {...}{.raises: [], tags: [].}
- Source Edit