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

Method Clear

ogsr_engine/xrGame/xrServer.cpp:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void xrClientData::Clear()
27{
28 owner = NULL;
29 net_Ready = FALSE;
30 net_Accepted = FALSE;
31 net_PassUpdates = TRUE;
32};
33
34xrClientData::~xrClientData() { xr_delete(ps); }
35

Callers 1

client_DestroyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected