Class Assignment
- Namespace
- Helldivers2API.Data.Models
- Assembly
- Helldivers2API.dll
Contains information about the current assignment (contains the Major Order).
public class Assignment
- Inheritance
-
Assignment
- Inherited Members
Properties
Brief
Long description of the order
public string Brief { get; set; }
Property Value
Description
Short description of the order
public string Description { get; set; }
Property Value
ExpiresIn
Seconds remaining before order is over
public long ExpiresIn { get; set; }
Property Value
Flags
Unknown
public int Flags { get; set; }
Property Value
Id
public long Id { get; set; }
Property Value
IsMajorOrder
True if this assignment is a major order.
public bool IsMajorOrder { get; }
Property Value
Progress
List of progress associated to each Task (have only observed 1 value)
public int[] Progress { get; set; }
Property Value
- int[]
RewardAmount
Amount to be awarded if successful
public int RewardAmount { get; set; }
Property Value
RewardType
Reward types - 1 is Medals, haven't observed others
public int RewardType { get; set; }
Property Value
Tasks
List of the tasks associated with this order
public AssignmentTask[] Tasks { get; set; }
Property Value
Title
Assignment title
public string Title { get; set; }
Property Value
Type
Type of assignment.
4 appears to be the Major Order. Other values are unknown.
public int Type { get; set; }
Property Value
Remarks
4 is MajorOrder