|
OpenTTD Source 20251116-master-g21329071df
|
| RConvertibleThroughBase | A type is considered 'convertible through base()' when it has a 'base()' function that returns something that can be converted to int64_t |
| RConvertibleThroughBaseOrTo | Type is convertible to TTo, either directly or through ConvertibleThroughBase |