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

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

Properties

long Start [get, set]
 Time at which the actor becomes active.
 
long End [get, set]
 Time at which the actor becomes inactive.
 
string IconURL [get, set]
 Url to the actor's icon.
 
IReadOnlyList< float[]> Positions [get, set]
 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 [get, set]
 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< long[]> Dead [get, set]
 List of time intervals between which the actor is dead.
Can be null.
 
IReadOnlyList< long[]> Down [get, set]
 List of time intervals between which the actor is in downstate.
Can be null. ///.
 
IReadOnlyList< long[]> Dc [get, set]
 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: