MCPcopy 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
2225void 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

ResetStateMethod · 0.45

Calls 2

SizeMethod · 0.45
InitMethod · 0.45

Tested by

no test coverage detected