Skip to content
Version 2.11.0
↓ Get the launcher

ActivityInfo structure

Static data for a timed in-game activity from the game table.

public struct ActivityInfo : IEquatable<ActivityInfo>
parameter description
Id Game-table activity id.
Name Localised activity display name.
Description Localised activity description.
StartUnixMs Activity start time as Unix epoch milliseconds.
EndUnixMs Activity end time as Unix epoch milliseconds.
name description
ActivityInfo(…) Static data for a timed in-game activity from the game table.
Description { get; set; } Localised activity description.
EndUnixMs { get; set; } Activity end time as Unix epoch milliseconds.
Id { get; set; } Game-table activity id.
Name { get; set; } Localised activity display name.
StartUnixMs { get; set; } Activity start time as Unix epoch milliseconds.