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

Method UpdateCL

ogsr_engine/xrGame/inventory_item.cpp:257–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255#endif
256
257void CInventoryItem::UpdateCL()
258{
259#ifdef DEBUG
260 if (bDebug)
261 {
262 if (dbg_net_Draw_Flags.test(1 << 4))
263 {
264 Device.seqRender.Remove(this);
265 Device.seqRender.Add(this);
266 }
267 else
268 {
269 Device.seqRender.Remove(this);
270 }
271 }
272
273#endif
274}
275
276void CInventoryItem::OnEvent(NET_Packet& P, u16 type)
277{

Callers

nothing calls this directly

Calls 3

testMethod · 0.45
RemoveMethod · 0.45
AddMethod · 0.45

Tested by

no test coverage detected