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

Method isReady

Engine/source/sfx/sfxSound.cpp:587–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585//-----------------------------------------------------------------------------
586
587bool SFXSound::isReady() const
588{
589 return ( mBuffer != NULL && mBuffer->isReady() );
590}
591
592//-----------------------------------------------------------------------------
593

Callers 2

playMethod · 0.45
sfxSound.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected