ffxivcalc Logo
0.8.930

Contents:

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

record

The record module implements the different class that implements the ability to record a fight.

Import

from ffxivcalc.SimulationRecord.record import page, SimulationRecord
  • 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.