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

Method clear

Engine/source/T3D/decal/decalDataFile.cpp:77–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75//-----------------------------------------------------------------------------
76
77void DecalDataFile::clear()
78{
79 for ( U32 i=0; i < mSphereList.size(); i++ )
80 delete mSphereList[i];
81
82 mSphereList.clear();
83 mSphereWithLastInsertion = NULL;
84 mChunker.freeBlocks();
85
86 mIsDirty = true;
87}
88
89//-----------------------------------------------------------------------------
90

Callers 7

_handleGFXEventMethod · 0.45
clipDecalMethod · 0.45
prepRenderImageMethod · 0.45
clearDataMethod · 0.45
updateWorldSphereMethod · 0.45
updateZoningMethod · 0.45

Calls 2

sizeMethod · 0.45
freeBlocksMethod · 0.45

Tested by

no test coverage detected