Guild Wars 2 - Elite Insights 2.67.1.0+
JSON doc
Loading...
Searching...
No Matches
GW2EIJSON.JsonPhase Class Reference

Class corresponding to a phase. More...

Properties

long Start [get, set]
 Start time of the phase.
 
long End [get, set]
 End time of the phase.
 
string Name [get, set]
 Name of the phase.
 
IReadOnlyList< int > Targets [get, set]
 Index of targets tracked during the phase.
 
IReadOnlyList< int > SecondaryTargets [get, set]
 Index of secondary targets tracked during the phase.
 
IReadOnlyList< int > SubPhases [get, set]
 Index of sub phases.
 
bool BreakbarPhase [get, set]
 Indicates that the phase is a breakbar phase
Only one target will be present in JsonPhase.Targets
The targets breakbar will be active 2 seconds after the start of the phase.
 

Detailed Description

Class corresponding to a phase.

Property Documentation

◆ SecondaryTargets

IReadOnlyList<int> GW2EIJSON.JsonPhase.SecondaryTargets
getset

Index of secondary targets tracked during the phase.

See also
JsonLog.Targets

◆ SubPhases

IReadOnlyList<int> GW2EIJSON.JsonPhase.SubPhases
getset

Index of sub phases.

See also
JsonLog.Phases

◆ Targets

IReadOnlyList<int> GW2EIJSON.JsonPhase.Targets
getset

Index of targets tracked during the phase.

See also
JsonLog.Targets

The documentation for this class was generated from the following file: