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

Function Remove

Engine/source/core/volume.cpp:1141–1144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1139}
1140
1141bool Remove(const Path &path)
1142{
1143 return sgMountSystem.remove(path);
1144}
1145
1146bool Rename(const Path &from, const Path &to)
1147{

Callers 5

rebuildZipMethod · 0.85
closeMethod · 0.85
handleDeleteActionMethod · 0.85
initShaderGenMethod · 0.85

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected