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

Class regrouping player related healing statistics. More...

Properties

IReadOnlyList< IReadOnlyList< EXTJsonHealingStatistics.EXTJsonOutgoingHealingStatistics > > OutgoingHealingAllies [get, set]
 Array of Total Allied Outgoing Healing stats
Length == # of players and the length of each sub array is equal to # of phases.
 
IReadOnlyList< EXTJsonHealingStatistics.EXTJsonOutgoingHealingStatisticsOutgoingHealing [get, set]
 Array of Total Outgoing Healing stats
Length == # of phases.
 
IReadOnlyList< EXTJsonHealingStatistics.EXTJsonIncomingHealingStatisticsIncomingHealing [get, set]
 Array of Total Incoming Healing stats
Length == # of phases.
 
IReadOnlyList< IReadOnlyList< IReadOnlyList< int > > > AlliedHealing1S [get, set]
 Array of int representing 1S outgoing allied healing points
Length == # of players and the length of each sub array is equal to # of phases.
 
IReadOnlyList< IReadOnlyList< IReadOnlyList< int > > > AlliedHealingPowerHealing1S [get, set]
 Array of int representing 1S outgoing allied healing power based healing points
Length == # of players and the length of each sub array is equal to # of phases.
 
IReadOnlyList< IReadOnlyList< IReadOnlyList< int > > > AlliedConversionHealingHealing1S [get, set]
 Array of int representing 1S outgoing allied conversion based healing points
Length == # of players and the length of each sub array is equal to # of phases.
 
IReadOnlyList< IReadOnlyList< IReadOnlyList< int > > > AlliedHybridHealing1S [get, set]
 Array of int representing 1S outgoing allied hybrid healing points
Length == # of players and the length of each sub array is equal to # of phases.
 
IReadOnlyList< IReadOnlyList< int > > Healing1S [get, set]
 Array of int representing 1S outgoing healing points
Length == # of phases.
 
IReadOnlyList< IReadOnlyList< int > > HealingPowerHealing1S [get, set]
 Array of int representing 1S outgoing healing power based healing points
Length == # of phases.
 
IReadOnlyList< IReadOnlyList< int > > ConversionHealingHealing1S [get, set]
 Array of int representing 1S outgoing conversion based healing points
Length == # of phases.
 
IReadOnlyList< IReadOnlyList< int > > HybridHealing1S [get, set]
 Array of int representing 1S outgoing hybrid healing points
Length == # of phases.
 
IReadOnlyList< IReadOnlyList< IReadOnlyList< EXTJsonHealingDist > > > AlliedHealingDist [get, set]
 Total Outgoing Allied Healing distribution array
Length == # of players and the length of each sub array is equal to # of phases.
 
IReadOnlyList< IReadOnlyList< EXTJsonHealingDist > > TotalHealingDist [get, set]
 Total Outgoing Healing distribution array
Length == # of phases.
 
IReadOnlyList< IReadOnlyList< EXTJsonHealingDist > > TotalIncomingHealingDist [get, set]
 Total Incoming Healing distribution array
Length == # of phases.
 

Detailed Description

Class regrouping player related healing statistics.

Property Documentation

◆ AlliedConversionHealingHealing1S

IReadOnlyList<IReadOnlyList<IReadOnlyList<int> > > GW2EIJSON.EXTJsonPlayerHealingStats.AlliedConversionHealingHealing1S
getset

Array of int representing 1S outgoing allied conversion based healing points
Length == # of players and the length of each sub array is equal to # of phases.

If the duration of the phase in seconds is non integer, the last point of this array will correspond to the last point
ex: duration === 15250ms, the array will have 17 elements [0, 1000,...,15000,15250]

◆ AlliedHealing1S

IReadOnlyList<IReadOnlyList<IReadOnlyList<int> > > GW2EIJSON.EXTJsonPlayerHealingStats.AlliedHealing1S
getset

Array of int representing 1S outgoing allied healing points
Length == # of players and the length of each sub array is equal to # of phases.

If the duration of the phase in seconds is non integer, the last point of this array will correspond to the last point
ex: duration === 15250ms, the array will have 17 elements [0, 1000,...,15000,15250]

◆ AlliedHealingDist

IReadOnlyList<IReadOnlyList<IReadOnlyList<EXTJsonHealingDist> > > GW2EIJSON.EXTJsonPlayerHealingStats.AlliedHealingDist
getset

Total Outgoing Allied Healing distribution array
Length == # of players and the length of each sub array is equal to # of phases.

See also
EXTJsonHealingDist

◆ AlliedHealingPowerHealing1S

IReadOnlyList<IReadOnlyList<IReadOnlyList<int> > > GW2EIJSON.EXTJsonPlayerHealingStats.AlliedHealingPowerHealing1S
getset

Array of int representing 1S outgoing allied healing power based healing points
Length == # of players and the length of each sub array is equal to # of phases.

If the duration of the phase in seconds is non integer, the last point of this array will correspond to the last point
ex: duration === 15250ms, the array will have 17 elements [0, 1000,...,15000,15250]

◆ AlliedHybridHealing1S

IReadOnlyList<IReadOnlyList<IReadOnlyList<int> > > GW2EIJSON.EXTJsonPlayerHealingStats.AlliedHybridHealing1S
getset

Array of int representing 1S outgoing allied hybrid healing points
Length == # of players and the length of each sub array is equal to # of phases.

If the duration of the phase in seconds is non integer, the last point of this array will correspond to the last point
ex: duration === 15250ms, the array will have 17 elements [0, 1000,...,15000,15250]

◆ ConversionHealingHealing1S

IReadOnlyList<IReadOnlyList<int> > GW2EIJSON.EXTJsonPlayerHealingStats.ConversionHealingHealing1S
getset

Array of int representing 1S outgoing conversion based healing points
Length == # of phases.

If the duration of the phase in seconds is non integer, the last point of this array will correspond to the last point
ex: duration === 15250ms, the array will have 17 elements [0, 1000,...,15000,15250]

◆ Healing1S

IReadOnlyList<IReadOnlyList<int> > GW2EIJSON.EXTJsonPlayerHealingStats.Healing1S
getset

Array of int representing 1S outgoing healing points
Length == # of phases.

If the duration of the phase in seconds is non integer, the last point of this array will correspond to the last point
ex: duration === 15250ms, the array will have 17 elements [0, 1000,...,15000,15250]

◆ HealingPowerHealing1S

IReadOnlyList<IReadOnlyList<int> > GW2EIJSON.EXTJsonPlayerHealingStats.HealingPowerHealing1S
getset

Array of int representing 1S outgoing healing power based healing points
Length == # of phases.

If the duration of the phase in seconds is non integer, the last point of this array will correspond to the last point
ex: duration === 15250ms, the array will have 17 elements [0, 1000,...,15000,15250]

◆ HybridHealing1S

IReadOnlyList<IReadOnlyList<int> > GW2EIJSON.EXTJsonPlayerHealingStats.HybridHealing1S
getset

Array of int representing 1S outgoing hybrid healing points
Length == # of phases.

If the duration of the phase in seconds is non integer, the last point of this array will correspond to the last point
ex: duration === 15250ms, the array will have 17 elements [0, 1000,...,15000,15250]

◆ IncomingHealing

IReadOnlyList<EXTJsonHealingStatistics.EXTJsonIncomingHealingStatistics> GW2EIJSON.EXTJsonPlayerHealingStats.IncomingHealing
getset

Array of Total Incoming Healing stats
Length == # of phases.

See also
EXTJsonHealingStatistics.EXTJsonIncomingHealingStatistics

◆ OutgoingHealing

IReadOnlyList<EXTJsonHealingStatistics.EXTJsonOutgoingHealingStatistics> GW2EIJSON.EXTJsonPlayerHealingStats.OutgoingHealing
getset

Array of Total Outgoing Healing stats
Length == # of phases.

See also
EXTJsonHealingStatistics.EXTJsonOutgoingHealingStatistics

◆ OutgoingHealingAllies

IReadOnlyList<IReadOnlyList<EXTJsonHealingStatistics.EXTJsonOutgoingHealingStatistics> > GW2EIJSON.EXTJsonPlayerHealingStats.OutgoingHealingAllies
getset

Array of Total Allied Outgoing Healing stats
Length == # of players and the length of each sub array is equal to # of phases.

See also
EXTJsonHealingStatistics.EXTJsonOutgoingHealingStatistics

◆ TotalHealingDist

IReadOnlyList<IReadOnlyList<EXTJsonHealingDist> > GW2EIJSON.EXTJsonPlayerHealingStats.TotalHealingDist
getset

Total Outgoing Healing distribution array
Length == # of phases.

See also
EXTJsonHealingDist

◆ TotalIncomingHealingDist

IReadOnlyList<IReadOnlyList<EXTJsonHealingDist> > GW2EIJSON.EXTJsonPlayerHealingStats.TotalIncomingHealingDist
getset

Total Incoming Healing distribution array
Length == # of phases.

See also
EXTJsonHealingDist

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