MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / isStopped

Method isStopped

Engine/source/sfx/sfxSource.h:428–428  ·  view source on GitHub ↗

Returns true if the source is stopped.

Source from the content-addressed store, hash-verified

426
427 /// Returns true if the source is stopped.
428 bool isStopped() const { return getStatus() == SFXStatusStopped; }
429
430 /// Returns true if the source has been paused.
431 bool isPaused() const { return getStatus() == SFXStatusPaused; }

Callers 4

_execInsnMethod · 0.45
dumpSourcesMethod · 0.45
sfxSource.cppFile · 0.45
updateSoundSourcesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected