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

Method GetMinutes

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

(int) Minutes component. @mem m

Source from the content-addressed store, hash-verified

113 /// (int) Minutes component.
114 // @mem m
115 int Time::GetMinutes() const
116 {
117 auto [h, m, s, c] = GetHmsc();
118 return m;
119 }
120
121 /// (int) Seconds component.
122 // @mem s

Callers 2

DrawStatisticsMethod · 0.80
BuildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected