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

Method Quantize

src/game/gamecore.cpp:693–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691}
692
693void CCharacterCore::Quantize()
694{
695 CNetObj_CharacterCore Core;
696 Write(&Core);
697 Read(&Core);
698}
699
700void CCharacterCore::SetHookedPlayer(int HookedPlayer)
701{

Callers 4

OnNewSnapshotMethod · 0.80
DetectStrongHookMethod · 0.80
TickDeferredMethod · 0.80
TickDeferredMethod · 0.80

Calls 1

WriteEnum · 0.85

Tested by

no test coverage detected