A static data object for ACT to talk to other forms and store common data
| C# | Visual Basic | Visual C++ |
public static class ActGlobals
Public NotInheritable Class ActGlobals
public ref class ActGlobals abstract sealed
| All Members | Fields | ||||
| Icon | Member | Description |
|---|---|---|
| aTSort |
AttackType View sorting method
| |
| aTSort2 |
AttackType view second sorting method
| |
| blockIsHit |
If a "No Damage" attack counts as a hit in percentage calculations
| |
| calcRealAvgDelay |
If when calculating average delay, multiple hits in a second should be grouped together as a single hit, thus reducing the divisor
| |
| charName |
Currently known 1st person character
| |
| currentLang | Obsolete. | |
| eDSort |
Encounter View sorting method
| |
| eDSort2 |
Encounter view second sorting method
| |
| longDuration |
If heals can extend the duration of an encounter
| |
| mainTableShowCommas |
If tables in the main tab will show thousand separators
| |
| mDSort |
DamageType View sorting method
| |
| mDSort2 |
DamageType view second sorting method
| |
| oFormActMain |
Main form instance handle
| |
| oFormAlliesEdit |
Allies Edit window instance handle
| |
| oFormAvoidanceReport |
Avoidance Report window instance handle
| |
| oFormByCombatantLookup |
DamageType by Combatant reverse lookup window instance handle
| |
| oFormCombatantSearch |
Combatant search instance handle
| |
| oFormEncounterLogs |
Encounter Logs window instance handle
| |
| oFormEncounterVcr |
Encounter VCR window instance handle
| |
| oFormExportFormat |
Export Formatting window instance handle
| |
| oFormGetPlugins |
Get Plugins window instance handle
| |
| oFormImportProgress |
Import Progress window instance handle
| |
| oFormMiniParse |
Mini window instance handle
| |
| oFormPerformanceWizard |
Performance Wizard window instance handle
| |
| oFormResistsDeathReport |
Resist/Death Report window instance handle
| |
| oFormSpellRecastCalc |
Spell recast calc window instance handle
| |
| oFormSpellTimers |
Spell Timer options window instance handle
| |
| oFormSpellTimersPanel |
Spell Timer panel window instance handle
| |
| oFormSpellTimersPanel2 |
Spell Timer panel window instance handle
| |
| oFormSqlQuery |
SQL Query window instance handle
| |
| oFormStartupWizard |
Startup Wizard window instance handle
| |
| oFormTimeLine |
Timeline window instance handle
| |
| oFormUpdater |
Updater window instance handle
| |
| oFormXmlSettingsIO |
Export XML settings window instance handle
| |
| restrictToAll |
If non-Ref marked DamageType objects should fully populate or not
|
| Object | |
| ActGlobals | |