MCPcopy Index your code
hub / github.com/EngoEngine/engo / IsPlaying

Method IsPlaying

common/audio_player.go:239–241  ·  view source on GitHub ↗

IsPlaying returns boolean indicating whether the player is playing.

()

Source from the content-addressed store, hash-verified

237
238// IsPlaying returns boolean indicating whether the player is playing.
239func (p *Player) IsPlaying() bool {
240 return p.isPlaying
241}
242
243// Rewind rewinds the current position to the start.
244//

Callers 2

TestAudioPlayerPlayFunction · 0.80
UpdateMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestAudioPlayerPlayFunction · 0.64