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
Ending
When this event will expire
public DateTime? Ending { get; set; }
Property Value
EventType
Type: 1 is defened, 2 is attack?
public int EventType { get; set; }
Property Value
HasEnded
If this event has expired
public bool HasEnded { get; }
Property Value
Health
This overrides the health from PlanetStatus...
public int Health { get; set; }
Property Value
Id
public int Id { get; set; }
Property Value
JointOperationIds
public int[] JointOperationIds { get; set; }
Property Value
- int[]
MaxHealth
This overrides the max health from PlanetStatus...
public int MaxHealth { get; set; }
Property Value
PlanetId
Planet id
public int PlanetId { get; set; }
Property Value
Started
When this event started
public DateTime? Started { get; set; }
Property Value
TotalTime
Total time of this event
public TimeSpan? TotalTime { get; set; }