MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / GetSeconds

Method GetSeconds

TombEngine/Scripting/Internal/TEN/Types/Time/Time.cpp:123–127  ·  view source on GitHub ↗

(int) Seconds component. @mem s

Source from the content-addressed store, hash-verified

121 /// (int) Seconds component.
122 // @mem s
123 int Time::GetSeconds() const
124 {
125 auto [h, m, s, c] = GetHmsc();
126 return s;
127 }
128
129 /// (int) Centiseconds component.
130 // @mem c

Callers 2

DrawStatisticsMethod · 0.80
BuildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected