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

Method Release

Engine/lib/opcode/OPC_Model.cpp:123–129  ·  view source on GitHub ↗

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// * Releases the model. */ ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

121 */
122///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
123void Model::Release()
124{
125 ReleaseBase();
126#ifdef __MESHMERIZER_H__ // Collision hulls only supported within ICE !
127 DELETESINGLE(mHull);
128#endif // __MESHMERIZER_H__
129}
130
131///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
132/**

Callers 15

~ComPtrMethod · 0.45
ComPtrClass · 0.45
messageHandlerMethod · 0.45
~DSoundPlaybackMethod · 0.45
DSoundPlaybackClass · 0.45
~DSoundCaptureMethod · 0.45
DSoundCaptureClass · 0.45
WASAPI_ActivateDeviceFunction · 0.45
SDL_FS_CloseDeviceFunction · 0.45
IME_QuitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected