primary
SourceSrcom::Run::Times
Inherits JSON::Serializable / Struct / Value / Object
The times without _t are converted from an ISO 8601 duration to a Time::Span. The times
with _t represent the time in (possibly fractional) seconds as a Float64, as provided
by the API directly
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
ingame
Sourceingame=(ingame : Time::Span | Nil)
Sourceingame_t
Sourceingame_t=(ingame_t : Float64)
Sourceprimary=(primary : Time::Span | Nil)
Sourceprimary_t
Sourceprimary_t=(primary_t : Float64)
Sourcerealtime
Sourcerealtime=(realtime : Time::Span | Nil)
Sourcerealtime_noloads
Sourcerealtime_noloads=(realtime_noloads : Time::Span | Nil)
Sourcerealtime_noloads_t
Sourcerealtime_noloads_t=(realtime_noloads_t : Float64)
Sourcerealtime_t
Sourcerealtime_t=(realtime_t : Float64)
Source