Gets custom tint color from TechnoTypes & Warheads.
| 185 | |
| 186 | // Gets custom tint color from TechnoTypes & Warheads. |
| 187 | int 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. |
| 196 | int TechnoExt::GetCustomTintIntensity(TechnoClass* pThis) |
nothing calls this directly
no outgoing calls
no test coverage detected