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

Method GetCustomTintColor

src/Ext/Techno/Body.Internal.cpp:187–193  ·  view source on GitHub ↗

Gets custom tint color from TechnoTypes & Warheads.

Source from the content-addressed store, hash-verified

185
186// Gets custom tint color from TechnoTypes & Warheads.
187int TechnoExt::GetCustomTintColor(TechnoClass* pThis)
188{
189 int dummy = 0;
190 int color = 0;
191 TechnoExt::ApplyCustomTintValues(pThis, color, dummy);
192 return color;
193}
194
195// Gets custom tint intensity from TechnoTypes & Warheads.
196int TechnoExt::GetCustomTintIntensity(TechnoClass* pThis)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected