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

Method preload

Engine/source/sfx/sfxEnvironment.cpp:229–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227//-----------------------------------------------------------------------------
228
229bool SFXEnvironment::preload( bool server, String& errorStr )
230{
231 if( !Parent::preload( server, errorStr ) )
232 return false;
233
234 validate();
235
236 return true;
237}
238
239//-----------------------------------------------------------------------------
240

Callers

nothing calls this directly

Calls 1

validateFunction · 0.85

Tested by

no test coverage detected