Interface Activity

Version 0.2

Activity

A keystone dungeon or raid encounter that the player is engaged in.

Exposed at

Methods

Signals

Properties

Type s read
StartTime x read
StopTime x read
Outcome s read
Recording o read

Types

Types enum
Outcomes enum

Methods

Signals

Properties

#

Type — s

read

Activity kind.

#

StartTime — x

read

Unix epoch milliseconds.

#

StopTime — x experimental

read

Unix epoch milliseconds

#

Outcome — s experimental

read

Terminal result after the activity ends

#

Recording — o experimental

read

Path of the recording object that captured this activity or `/` if none currently exists.

Types

#

Type — s enum

  • TypeEncounter = "encounter"
  • TypeDungeon = "dungeon"
  • TypeUnknown = "unknown"
#

Outcome — s enum

  • OutcomeSuccess = "success"
  • OutcomeFailure = "failure"
  • OutcomeAbandoned = "abandoned"
  • OutcomeUnknown = "unknown"