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

Method preload

Engine/source/sfx/sfxEnvironment.cpp:213–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211//-----------------------------------------------------------------------------
212
213bool SFXEnvironment::preload( bool server, String& errorStr )
214{
215 if( !Parent::preload( server, errorStr ) )
216 return false;
217
218 validate();
219
220 return true;
221}
222
223//-----------------------------------------------------------------------------
224

Callers

nothing calls this directly

Calls 1

validateFunction · 0.85

Tested by

no test coverage detected