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

Class regrouping player related barrier statistics. More...

Properties

IReadOnlyList< IReadOnlyList< EXTJsonBarrierStatistics.EXTJsonOutgoingBarrierStatistics > > OutgoingBarrierAllies [get, set]
 Array of Total Allied Outgoing Barrier stats
Length == # of players and the length of each sub array is equal to # of phases.
 
IReadOnlyList< EXTJsonBarrierStatistics.EXTJsonOutgoingBarrierStatisticsOutgoingBarrier [get, set]
 Array of Total Outgoing Barrier stats
Length == # of phases.
 
IReadOnlyList< EXTJsonBarrierStatistics.EXTJsonIncomingBarrierStatisticsIncomingBarrier [get, set]
 Array of Total Incoming Barrier stats
Length == # of phases.
 
IReadOnlyList< IReadOnlyList< IReadOnlyList< int > > > AlliedBarrier1S [get, set]
 Array of int representing 1S outgoing allied barrier points
Length == # of players and the length of each sub array is equal to # of phases.
 
IReadOnlyList< IReadOnlyList< int > > Barrier1S [get, set]
 Array of int representing 1S outgoing barrier points
Length == # of phases.
 
IReadOnlyList< IReadOnlyList< IReadOnlyList< EXTJsonBarrierDist > > > AlliedBarrierDist [get, set]
 Total Outgoing Allied Barrier distribution array
Length == # of players and the length of each sub array is equal to # of phases.
 
IReadOnlyList< IReadOnlyList< EXTJsonBarrierDist > > TotalBarrierDist [get, set]
 Total Outgoing Barrier distribution array
Length == # of phases.
 
IReadOnlyList< IReadOnlyList< EXTJsonBarrierDist > > TotalIncomingBarrierDist [get, set]
 Total Incoming Barrier distribution array
Length == # of phases.
 

Detailed Description

Class regrouping player related barrier statistics.

Property Documentation

◆ AlliedBarrier1S

IReadOnlyList<IReadOnlyList<IReadOnlyList<int> > > GW2EIJSON.EXTJsonPlayerBarrierStats.AlliedBarrier1S
getset

Array of int representing 1S outgoing allied barrier 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]

◆ AlliedBarrierDist

IReadOnlyList<IReadOnlyList<IReadOnlyList<EXTJsonBarrierDist> > > GW2EIJSON.EXTJsonPlayerBarrierStats.AlliedBarrierDist
getset

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

See also
EXTJsonBarrierDist

◆ Barrier1S

IReadOnlyList<IReadOnlyList<int> > GW2EIJSON.EXTJsonPlayerBarrierStats.Barrier1S
getset

Array of int representing 1S outgoing barrier 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]

◆ IncomingBarrier

IReadOnlyList<EXTJsonBarrierStatistics.EXTJsonIncomingBarrierStatistics> GW2EIJSON.EXTJsonPlayerBarrierStats.IncomingBarrier
getset

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

See also
EXTJsonBarrierStatistics.EXTJsonIncomingBarrierStatistics

◆ OutgoingBarrier

IReadOnlyList<EXTJsonBarrierStatistics.EXTJsonOutgoingBarrierStatistics> GW2EIJSON.EXTJsonPlayerBarrierStats.OutgoingBarrier
getset

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

See also
EXTJsonBarrierStatistics.EXTJsonOutgoingBarrierStatistics

◆ OutgoingBarrierAllies

IReadOnlyList<IReadOnlyList<EXTJsonBarrierStatistics.EXTJsonOutgoingBarrierStatistics> > GW2EIJSON.EXTJsonPlayerBarrierStats.OutgoingBarrierAllies
getset

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

See also
EXTJsonBarrierStatistics.EXTJsonOutgoingBarrierStatistics

◆ TotalBarrierDist

IReadOnlyList<IReadOnlyList<EXTJsonBarrierDist> > GW2EIJSON.EXTJsonPlayerBarrierStats.TotalBarrierDist
getset

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

See also
EXTJsonBarrierDist

◆ TotalIncomingBarrierDist

IReadOnlyList<IReadOnlyList<EXTJsonBarrierDist> > GW2EIJSON.EXTJsonPlayerBarrierStats.TotalIncomingBarrierDist
getset

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

See also
EXTJsonBarrierDist

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