Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ setPreload
Method
setPreload
Engine/source/sfx/sfxProfile.h:161–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
160
bool getPreload() const { return mPreload; }
161
void setPreload(bool preload) { mPreload = preload; }
162
163
/// @note This has nothing to do with mPreload.
164
/// @see SimDataBlock::preload
Callers
1
loadSound
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected