| 402 | static const cString GetDescription() { return "Arguments: <cString fname> <cString format>"; } |
| 403 | |
| 404 | void Process(cAvidaContext&) |
| 405 | { |
| 406 | m_world->GetStats().PrintDataFile(m_filename, m_format, ','); |
| 407 | } |
| 408 | }; |
| 409 | |
| 410 | class cActionPrintInstructionData : public cAction, public Data::Recorder |
nothing calls this directly
no test coverage detected