MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / IsTerminated

Method IsTerminated

engine/Poseidon/Audio/Text/WaveText.hpp:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 virtual float GetLength() const override { return _length; }
47 virtual bool IsStopped() override { return !_playing && !_paused; }
48 virtual bool IsTerminated() override { return _terminated; }
49 virtual void Restart() override;
50 virtual WaveState State() override;
51

Callers 6

isPlayingMethod · 0.45
SimulateMethod · 0.45
SimulateMethod · 0.45
AdvanceAllMethod · 0.45
Describe2DSpeechWavesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected