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

Method getDescription

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

Return the SFX description associated with this source. Never NULL.

Source from the content-addressed store, hash-verified

404
405 /// Return the SFX description associated with this source. Never NULL.
406 SFXDescription* getDescription() const { return mDescription; }
407
408 /// Return the source group that this source has been assigned to.
409 SFXSource* getSourceGroup() const;

Callers 15

isSoundLoopingMethod · 0.45
packMethod · 0.45
requiresStopMethod · 0.45
ea_set_datablockMethod · 0.45
requiresStopMethod · 0.45
prepEffectMethod · 0.45
isSoundLoopingMethod · 0.45
packMethod · 0.45
isEqualMethod · 0.45
allocVertexDeclMethod · 0.45
allocVertexDeclMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected