def primary : Time::Span?
#
struct Srcom::Run::Times
- Srcom::Run::Times
- Struct
- Value
- Object
Overview
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
Included Modules
- JSON::Serializable
Defined in:
srcr/mappings/run/times.crConstructors
Instance Method Summary
- #ingame : Time::Span?
- #ingame=(ingame : Time::Span?)
- #ingame_t : Float64
- #ingame_t=(ingame_t : Float64)
- #primary : Time::Span?
- #primary=(primary : Time::Span?)
- #primary_t : Float64
- #primary_t=(primary_t : Float64)
- #realtime : Time::Span?
- #realtime=(realtime : Time::Span?)
- #realtime_noloads : Time::Span?
- #realtime_noloads=(realtime_noloads : Time::Span?)
- #realtime_noloads_t : Float64
- #realtime_noloads_t=(realtime_noloads_t : Float64)
- #realtime_t : Float64
- #realtime_t=(realtime_t : Float64)