Class GlobalEvent
- Namespace
- Helldivers2API.Data.Models
- Assembly
- Helldivers2API.dll
Global event details. This is weapon or stratagem authorizations for specific planets.
public class GlobalEvent
- Inheritance
-
GlobalEvent
- Inherited Members
Properties
EffectIds
Unknown.
public int[] EffectIds { get; set; }
Property Value
- int[]
FactionId
The faction this applies to
public int FactionId { get; set; }
Property Value
Id
public int Id { get; set; }
Property Value
Message
Appears to be empty
public string Message { get; set; }
Property Value
PlanetIds
List of planet ids this event applies to
public int[] PlanetIds { get; set; }
Property Value
- int[]
Title
Description of the event.
public string Title { get; set; }