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

Function DefineConsoleMethod

Engine/source/forest/forest.cpp:364–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364DefineConsoleMethod( Forest, saveDataFile, void, (const char * path), (""), "saveDataFile( [path] )" )
365{
366 object->saveDataFile( path );
367}
368
369DefineConsoleMethod(Forest, isDirty, bool, (), , "()")
370{

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