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

Class representing buff on targets. More...

Classes

class  JsonBuffsUptimeData
 Target buff item. More...
 

Properties

long Id [get, set]
 ID of the buff.
 
IReadOnlyList< JsonBuffsUptimeDataBuffData [get, set]
 Array of buff data
Length == # of phases.
 
IReadOnlyList< IReadOnlyList< int > > States [get, set]
 Array of int[2] that represents the number of buff
Array[i][0] will be the time, Array[i][1] will be the number of buff present from Array[i][0] to Array[i+1][0]
If i corresponds to the last element that means the status did not change for the remainder of the fight.
 
IReadOnlyDictionary< string, IReadOnlyList< IReadOnlyList< int > > > StatesPerSource [get, set]
 Key corresponds to the name of the source
Array of int[2] that represents the number of buff
Array[i][0] will be the time, Array[i][1] will be the number of buff present from Array[i][0] to Array[i+1][0]
If i corresponds to the last element that means the status did not change for the remainder of the fight.
 

Detailed Description

Class representing buff on targets.

Property Documentation

◆ BuffData

IReadOnlyList<JsonBuffsUptimeData> GW2EIJSON.JsonBuffsUptime.BuffData
getset

Array of buff data
Length == # of phases.

See also
JsonBuffsUptimeData

◆ Id

long GW2EIJSON.JsonBuffsUptime.Id
getset

ID of the buff.

See also
JsonLog.BuffMap

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