SimulationRecord

SimulationRecord is a class that holds all the page of a simulation. It offers functions to export those records.

Class Parameters

  • SimulationRecord.pageList : list[page] - List that holds all pages of this record.

  • idList : list[int] - List of all player id to consider during export.

Class functions