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

Function sendBuffsConditional

Projects/CoX/Servers/MapServer/EntityUpdateCodec.cpp:309–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309void sendBuffsConditional(const Entity &src, BitStream &bs)
310{
311 bs.StoreBits(1, src.m_update_buffs);
312 if(src.m_update_buffs)
313 sendBuffs(src,bs);
314}
315
316void sendTargetUpdate(const Entity &src,BitStream &bs)
317{

Callers 1

serializetoFunction · 0.85

Calls 2

sendBuffsFunction · 0.85
StoreBitsMethod · 0.45

Tested by

no test coverage detected