Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
693
void CCharacterCore::Quantize()
694
{
695
CNetObj_CharacterCore Core;
696
Write(&Core);
697
Read(&Core);
698
}
699
700
void CCharacterCore::SetHookedPlayer(int HookedPlayer)
701
{
Callers
4
OnNewSnapshot
Method · 0.80
DetectStrongHook
Method · 0.80
TickDeferred
Method · 0.80
TickDeferred
Method · 0.80
Calls
1
Write
Enum · 0.85
Tested by
no test coverage detected