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

Method getSoundFileName

Engine/source/sfx/sfxProfile.h:157–157  ·  view source on GitHub ↗

Returns the sound filename.

Source from the content-addressed store, hash-verified

155
156 /// Returns the sound filename.
157 const String getSoundFileName() const { return mFilename; }
158 void setSoundFileName(StringTableEntry filename) { mFilename = filename; }
159
160 bool getPreload() const { return mPreload; }

Callers 1

createSourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected