| 536 | bool isReversed; // At start matches wasReversed could be modified during the function |
| 537 | bool wasReversed; |
| 538 | constexpr bool hasFlags(VehicleObjectFlags flagsToTest) const |
| 539 | { |
| 540 | return (flags & flagsToTest) != VehicleObjectFlags::none; |
| 541 | } |
| 542 | }; |
| 543 | |
| 544 | // 0x004AF7A4 |
no outgoing calls
no test coverage detected