MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / visual_read

Method visual_read

ogsr_engine/COMMON_AI/xrServer_Objects_Abstract.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void CSE_Visual::visual_read(NET_Packet& tNetPacket, u16 version)
49{
50 tNetPacket.r_stringZ(visual_name);
51 if (version > 103)
52 flags.assign(tNetPacket.r_u8());
53}
54
55void CSE_Visual::visual_write(NET_Packet& tNetPacket)
56{

Callers

nothing calls this directly

Calls 3

r_stringZMethod · 0.45
assignMethod · 0.45
r_u8Method · 0.45

Tested by

no test coverage detected