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

Class corresponding to an actor's combat replay data. More...

Public Attributes

long Start
 Time at which the actor becomes active.
 
long End
 Time at which the actor becomes inactive.
 
string? IconURL
 Url to the actor's icon.
 
IReadOnlyList< IReadOnlyList< float > >? Positions
 List of 2D positions in pixels.
The corresponding time for a given index i is ceil(Start / JsonCombatReplayMetaData.PollingRate) * JsonCombatReplayMetaData.PollingRate + i * JsonCombatReplayMetaData.PollingRate
 
IReadOnlyList< float >? Orientations
 List of orientation angles in degree.
The corresponding time for a given index i is ceil(Start / JsonCombatReplayMetaData.PollingRate) * JsonCombatReplayMetaData.PollingRate + i * JsonCombatReplayMetaData.PollingRate.
Can be null.
 
IReadOnlyList< IReadOnlyList< long > >? Dead
 List of time intervals between which the actor is dead.
Can be null.
 
IReadOnlyList< IReadOnlyList< long > >? Down
 List of time intervals between which the actor is in downstate.
Can be null. ///.
 
IReadOnlyList< IReadOnlyList< long > >? Dc
 List of time intervals between which the actor is disconnected/not spawned.
Can be null.
 

Detailed Description

Class corresponding to an actor's combat replay data.


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