MCPcopy Create free account
hub / github.com/Segs/Segs / storeControlState

Function storeControlState

Projects/CoX/Servers/MapServer/MessageHelpers.cpp:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void storeControlState(BitStream &bs,Entity *self)
138{
139 PUTDEBUG("before control state");
140 storeServerControlState(bs,self);
141}
142
143void storeEntityRemovals(BitStream &bs, EntityManager &manager,MapClientSession *self)
144{

Callers 1

buildEntityResponseFunction · 0.85

Calls 1

storeServerControlStateFunction · 0.85

Tested by

no test coverage detected