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

Method HelpText

src/Misc/PhobosToolTip.cpp:90–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void PhobosToolTip::HelpText(BuildType& cameo)
91{
92 if (cameo.ItemType == AbstractType::Special)
93 this->HelpText_Super(cameo.ItemIndex);
94 else
95 this->HelpText_Techno(ObjectTypeClass::GetTechnoType(cameo.ItemType, cameo.ItemIndex));
96}
97
98inline static int TickTimeToSeconds(int tickTime)
99{

Callers 1

PhobosToolTip.cppFile · 0.80

Calls 2

HelpText_SuperMethod · 0.95
HelpText_TechnoMethod · 0.95

Tested by

no test coverage detected