Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ ResetStatus
Method
ResetStatus
engine/Poseidon/World/Simulation/Simul.cpp:2225–2233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2223
}
2224
2225
void Entity::ResetStatus()
2226
{
2227
base::ResetStatus();
2228
2229
for (int i = 0; i < _animations.Size(); i++)
2230
{
2231
_animations[i].Init();
2232
}
2233
}
2234
2235
} // namespace Poseidon
Callers
1
ResetState
Method · 0.45
Calls
2
Size
Method · 0.45
Init
Method · 0.45
Tested by
no test coverage detected