| 362 | } |
| 363 | |
| 364 | DefineConsoleMethod( Forest, saveDataFile, void, (const char * path), (""), "saveDataFile( [path] )" ) |
| 365 | { |
| 366 | object->saveDataFile( path ); |
| 367 | } |
| 368 | |
| 369 | DefineConsoleMethod(Forest, isDirty, bool, (), , "()") |
| 370 | { |
nothing calls this directly
no test coverage detected