Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
143
float Timer::GetWallTime() {
144
return wall_time;
145
}
146
147
uint32_t Timer::GetWallTicks() {
148
return wall_ticks;
Callers
6
Update
Method · 0.80
EnvObjectUpdate
Method · 0.80
ItemUpdate
Method · 0.80
CalcRootBoneVelocity
Method · 0.80
StoreNetworkBones
Method · 0.80
ReceiveObjectMessageVAList
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected