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

Method GetMainSection

src/New/Type/ShieldTypeClass.cpp:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3template<>
4const char* Enumerable<ShieldTypeClass>::GetMainSection()
5{
6 return "ShieldTypes";
7}
8
9AnimTypeClass* ShieldTypeClass::GetIdleAnimType(bool isDamaged, double healthRatio) const
10{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected