MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / AnimToVelocityState

Method AnimToVelocityState

ogsr_engine/xrGame/PHShell.cpp:1579–1588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1577}
1578
1579bool CPHShell::AnimToVelocityState(float dt, float l_limit, float a_limit)
1580{
1581 ELEMENT_I i, e;
1582 i = elements.begin();
1583 e = elements.end();
1584 bool ret = true;
1585 for (; i != e; ++i)
1586 ret = (*i)->AnimToVel(dt, l_limit, a_limit) && ret;
1587 return ret;
1588}

Callers 4

state_endMethod · 0.80
move_updateMethod · 0.80
updateMethod · 0.80
ActivateShellMethod · 0.80

Calls 3

AnimToVelMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected