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

Method GetHours

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

(int) Hours component. @mem h

Source from the content-addressed store, hash-verified

105 /// (int) Hours component.
106 // @mem h
107 int Time::GetHours() const
108 {
109 auto [h, m, s, c] = GetHmsc();
110 return h;
111 }
112
113 /// (int) Minutes component.
114 // @mem m

Callers 2

DrawStatisticsMethod · 0.80
BuildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected