MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / GetObject

Method GetObject

engine/Poseidon/Network/NetworkMisc.cpp:1711–1718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1709 {
1710 return _client->GetMyPlayerRole();
1711 }
1712 else
1713 {
1714 return nullptr;
1715 }
1716}
1717
1718const PlayerIdentity* NetworkManager::FindIdentity(int dpnid) const
1719{
1720 if (_client)
1721 {

Callers 8

ApplyEffectsFunction · 0.45
LockPositionMethod · 0.45
CreatePathMethod · 0.45
CreateNoRoadPathMethod · 0.45
NetIdToNetObjFunction · 0.45
GetValObjectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected