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

Method save

Engine/source/terrain/terrData.cpp:464–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464bool TerrainBlock::save(const char *filename)
465{
466 return mFile->save(filename);
467}
468
469bool TerrainBlock::saveAsset()
470{

Callers 3

setFileMethod · 0.45
saveAssetMethod · 0.45
terrData.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected