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

Method clean

Engine/source/util/sampler.cpp:150–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 }
149
150 void clean()
151 {
152 if( mType == TypeString )
153 dFree( ( void* ) mValue.mString );
154 mSet = false;
155 }
156 };
157
158 FileStream mStream;

Callers 3

endFrameMethod · 0.80

Calls 1

dFreeFunction · 0.50

Tested by

no test coverage detected