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

Function DefineEngineMethod

Engine/source/forest/forest.cpp:374–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374DefineEngineMethod( Forest, saveDataFile, void, (const char * path), (""), "saveDataFile( [path] )" )
375{
376 object->saveDataFile( path );
377}
378
379DefineEngineMethod(Forest, isDirty, bool, (), , "()")
380{

Callers

nothing calls this directly

Calls 5

saveDataFileMethod · 0.80
regenCellsMethod · 0.80
getDataMethod · 0.45
isDirtyMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected