MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / ~ShieldClass

Method ~ShieldClass

src/New/Entity/ShieldClass.cpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45ShieldClass::~ShieldClass()
46{
47 auto it = std::find(ShieldClass::Array.begin(), ShieldClass::Array.end(), this);
48
49 if (it != ShieldClass::Array.end())
50 ShieldClass::Array.erase(it);
51}
52
53void ShieldClass::UpdateType()
54{

Callers

nothing calls this directly

Calls 3

eraseMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected