MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / preload

Method preload

Engine/source/sfx/sfxTrack.cpp:138–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136//-----------------------------------------------------------------------------
137
138bool SFXTrack::preload( bool server, String& errorStr )
139{
140 if( !Parent::preload( server, errorStr ) )
141 return false;
142
143 if( !server )
144 {
145 if( !sfxResolve( &mDescription, errorStr ) )
146 return false;
147 }
148
149 return true;
150}
151
152//-----------------------------------------------------------------------------
153

Callers

nothing calls this directly

Calls 1

sfxResolveFunction · 0.85

Tested by

no test coverage detected