Click or drag to resize

ActGlobals Class

A static data object for ACT to talk to other forms and store common data
Inheritance Hierarchy
SystemObject
  Advanced_Combat_TrackerActGlobals

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntax
C#
public static class ActGlobals

The ActGlobals type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberLinuxCheck1 Simple check for PID 0 not existing
Top
Fields
 NameDescription
Public fieldStatic memberaTSort AttackType View sorting method
Public fieldStatic memberaTSort2 AttackType view second sorting method
Public fieldStatic memberblockIsHit If a "No Damage" attack counts as a hit in percentage calculations
Public fieldStatic membercalcRealAvgDelay If when calculating average delay, multiple hits in a second should be grouped together as a single hit, thus reducing the divisor
Public fieldStatic membercharName Currently known 1st person character
Public fieldStatic memberdisableIncrementalCaching This will disable the new incremental caching for encounter tables and mini parse exports. Only use this if real-time calculations are different than imported encounters.
Public fieldStatic membereDSort Encounter View sorting method
Public fieldStatic membereDSort2 Encounter view second sorting method
Public fieldStatic memberlongDuration If heals can extend the duration of an encounter
Public fieldStatic membermainTableShowCommas If tables in the main tab will show thousand separators
Public fieldStatic membermDSort DamageType View sorting method
Public fieldStatic membermDSort2 DamageType view second sorting method
Public fieldStatic memberoActLoader The entry/exit form
Public fieldStatic memberoFormActMain Main form instance handle
Public fieldStatic memberoFormAlliesEdit Allies Edit window instance handle
Public fieldStatic memberoFormAvoidanceReport Avoidance Report window instance handle
Public fieldStatic memberoFormByCombatantLookup DamageType by Combatant reverse lookup window instance handle
Public fieldStatic memberoFormCombatantSearch Combatant search instance handle
Public fieldStatic memberoFormCustomTriggerBenchmark Custom Trigger Benchmarking window instance handle
Public fieldStatic memberoFormEncounterLogs Encounter Logs window instance handle
Public fieldStatic memberoFormEncounterVcr Encounter VCR window instance handle
Public fieldStatic memberoFormExportFormat Export Formatting window instance handle
Public fieldStatic memberoFormGetPlugins Get Plugins window instance handle
Public fieldStatic memberoFormImportProgress Import Progress window instance handle
Public fieldStatic memberoFormMiniParse Mini window instance handle
Public fieldStatic memberoFormPerformanceWizard Performance Wizard window instance handle
Public fieldStatic memberoFormResistsDeathReport Resist/Death Report window instance handle
Public fieldStatic memberoFormScratchRange Custom Encounter time range selector window instance handle
Public fieldStatic memberoFormSpellRecastCalc Spell recast calc window instance handle
Public fieldStatic memberoFormSpellTimers Spell Timer options window instance handle
Public fieldStatic memberoFormSpellTimersPanel Spell Timer panel window instance handle
Public fieldStatic memberoFormSpellTimersPanel2 Spell Timer panel window instance handle
Public fieldStatic memberoFormSqlQuery SQL Query window instance handle
Public fieldStatic memberoFormStartupWizard Startup Wizard window instance handle
Public fieldStatic memberoFormTimeLine Timeline window instance handle
Public fieldStatic memberoFormUpdater Updater window instance handle
Public fieldStatic memberoFormXmlSettingsIO Export XML settings window instance handle
Public fieldStatic memberrestrictToAll If non-Ref marked DamageType objects should fully populate or not
Public fieldStatic memberwallClockDuration If active encounters can have their duration extend past their last allied action by referencing LastEstimatedTime(wall clock)
Top
See Also