Table of Contents

Class PlanetEvent

Namespace
Helldivers2API.Data.Models
Assembly
Helldivers2API.dll

Planet event details.
This is the planet on the map with a player focus and countdown timer.

public class PlanetEvent
Inheritance
PlanetEvent
Inherited Members

Properties

CampaignId

public int CampaignId { get; set; }

Property Value

int

Ending

When this event will expire

public DateTime? Ending { get; set; }

Property Value

DateTime?

EventType

Type: 1 is defened, 2 is attack?

public int EventType { get; set; }

Property Value

int

HasEnded

If this event has expired

public bool HasEnded { get; }

Property Value

bool

Health

This overrides the health from PlanetStatus...

public int Health { get; set; }

Property Value

int

Id

public int Id { get; set; }

Property Value

int

JointOperationIds

public int[] JointOperationIds { get; set; }

Property Value

int[]

MaxHealth

This overrides the max health from PlanetStatus...

public int MaxHealth { get; set; }

Property Value

int

PlanetId

Planet id

public int PlanetId { get; set; }

Property Value

int

Started

When this event started

public DateTime? Started { get; set; }

Property Value

DateTime?

TotalTime

Total time of this event

public TimeSpan? TotalTime { get; set; }

Property Value

TimeSpan?