1819 {
1821
1822 if (state == ECarOperationalState.RUINED)
1823 {
1824 return;
1825 }
1826
1827 if (state & ECarOperationalState.NO_BATTERY)
1828 {
1830 return;
1831 }
1832
1833 if (state & ECarOperationalState.NO_IGNITER)
1834 {
1836 return;
1837 }
1838
1839 if (state & ECarOperationalState.NO_FUEL)
1840 {
1842 return;
1843 }
1844
1846 }
void HandleEngineSound(CarEngineSoundState state)
int CheckOperationalRequirements()