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

Method clear

Engine/source/navigation/recastPolyList.cpp:47–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void RecastPolyList::clear()
48{
49 nverts = 0;
50 delete[] verts;
51 verts = NULL;
52 vertcap = 0;
53
54 ntris = 0;
55 delete[] tris;
56 tris = NULL;
57 tricap = 0;
58}
59
60bool RecastPolyList::isEmpty() const
61{

Callers 15

initMethod · 0.45
onEditorDisableMethod · 0.45
unpackUpdateMethod · 0.45
NavMeshMethod · 0.45
eraseLinksMethod · 0.45
cancelBuildMethod · 0.45
updateTilesMethod · 0.45
buildTileDataMethod · 0.45
renderToDrawerMethod · 0.45
onEditorDisableMethod · 0.45
on3DMouseDownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected