MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / GetWallTime

Method GetWallTime

Source/Internal/timer.cpp:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143float Timer::GetWallTime() {
144 return wall_time;
145}
146
147uint32_t Timer::GetWallTicks() {
148 return wall_ticks;

Callers 6

UpdateMethod · 0.80
EnvObjectUpdateMethod · 0.80
ItemUpdateMethod · 0.80
CalcRootBoneVelocityMethod · 0.80
StoreNetworkBonesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected