MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / ~AIUnit

Method ~AIUnit

engine/Poseidon/AI/AIUnit.cpp:446–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446AIUnit::~AIUnit()
447{
448 if (IsLocal())
449 {
450 NetworkId ni = GetNetworkId();
451 GetNetworkManager().DeleteObject(ni);
452 }
453}
454
455void AIUnit::Load(const ParamEntry& cls)
456{

Callers

nothing calls this directly

Calls 2

GetNetworkIdFunction · 0.85
DeleteObjectMethod · 0.45

Tested by

no test coverage detected