ffxivcalc Logo
0.8.930

Contents:

  • Introduction
  • Import fight from FFLogs
  • Fight
  • Enemy
  • Jobs
  • GearSolver
  • SimulationRecord
    • record
  • Tester
  • Request
  • helperCode
ffxivcalc
  • »
  • SimulationRecord
  • View page source

SimulationRecord

SimulationRecord is a module that contains the record module which implements the code for generation records.

Import

from ffxivcalc.SimulationRecord import record
  • record
    • page
      • page.__init__()
      • page.setPlayerID()
      • page.setName()
      • page.setPotency()
      • page.setDamage()
      • page.setTimeStamp()
      • page.setAutoCrit()
      • page.setAutoDH()
      • page.addPercentBuff()
      • page.addDHBuffList()
      • page.addCritBuffList()
      • page.setHasPotion()
      • page.setIsDOT()
      • page.setIsAuto()
      • page.isValid()
      • page.__str__()
    • SimulationRecord
      • SimulationRecord.__init__()
      • SimulationRecord.addPage()
      • SimulationRecord.__str__()
      • SimulationRecord.getRecordLength()
      • SimulationRecord.saveRecordText()
      • SimulationRecord.saveRecord()
Previous Next

© Copyright 2022, IAmPythagoras.

Built with Sphinx using a theme provided by Read the Docs.