Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ packUpdate
Method
packUpdate
Engine/source/sim/netObject.cpp:331–334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
329
}
330
331
U32 NetObject::packUpdate(NetConnection* conn, U32 mask, BitStream* stream)
332
{
333
return 0;
334
}
335
336
void NetObject::unpackUpdate(NetConnection*, BitStream*)
337
{
Callers
5
pack
Method · 0.45
write
Method · 0.45
ghostWritePacket
Method · 0.45
activateGhosting
Method · 0.45
ghostWriteStartBlock
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected