MCPcopy Create free account
hub / github.com/ddnet/ddnet / TickDeferred

Method TickDeferred

src/game/client/prediction/entities/character.cpp:638–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636}
637
638void CCharacter::TickDeferred()
639{
640 m_Core.Move();
641 m_Core.Quantize();
642 m_Pos = m_Core.m_Pos;
643}
644
645bool CCharacter::TakeDamage(vec2 Force, int Dmg, int From, int Weapon)
646{

Callers 1

TickMethod · 0.45

Calls 2

QuantizeMethod · 0.80
MoveMethod · 0.45

Tested by

no test coverage detected