Table of Contents

Class WarStatus

Namespace
Helldivers2API.Data.Models
Assembly
Helldivers2API.dll

Current status of the war

public class WarStatus
Inheritance
WarStatus
Inherited Members

Properties

ImpactMultiplier

public double ImpactMultiplier { get; set; }

Property Value

double

StoryBeatId32

public long StoryBeatId32 { get; set; }

Property Value

long

Time

Current time represented as seconds from an unknown point.

public int Time { get; set; }

Property Value

int

TimeAsDateTime

The date and time when this data was retrieved.

public DateTime TimeAsDateTime { get; set; }

Property Value

DateTime

WarId

public int WarId { get; set; }

Property Value

int