ffxivcalc Logo
0.8.930

Contents:

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

helperCode

The helperCode module conatins various class and functions that are used throughout the ffxivcalc library.

Import

from ffxivcalc.helperCode import exceptions, helper_backend, lookUpAbilityID, Progress, requirementHandler, Vocal
  • exceptions
    • MateriaOverflow
    • InvalidFunctionParameter
    • InvalidStatRequest
    • InvalidGearSpace
    • InvalidMateriaSpace
    • InvalidFoodSpace
    • MultiValuedWeaponDelay
    • InvalidTankBusterTargetNumber
    • InvalidTarget
    • InvalidMitigation
    • InvalidFileName
    • ActionNotFound
    • JobNotFound
    • playerIDNotFound
    • emptyEventList
    • invalidFFLogsFightId
    • invalidFFLogsQuery
    • outDatedFFLogsCode
    • outDatedAPICode
    • deactivatedModuleCodeParser
  • Progress
    • ProgressBar
      • ProgressBar.init()
      • ProgressBar.__init__()
      • ProgressBar.setName()
      • ProgressBar.setShowBar()
      • ProgressBar.setExtraBuffer()
      • ProgressBar.getCurrentState()
      • ProgressBar.__iter__()
      • ProgressBar.__next__()
      • ProgressBar.complete()
Previous Next

© Copyright 2022, IAmPythagoras.

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