| 372 | } |
| 373 | |
| 374 | DefineEngineMethod( Forest, saveDataFile, void, (const char * path), (""), "saveDataFile( [path] )" ) |
| 375 | { |
| 376 | object->saveDataFile( path ); |
| 377 | } |
| 378 | |
| 379 | DefineEngineMethod(Forest, isDirty, bool, (), , "()") |
| 380 | { |
nothing calls this directly
no test coverage detected