Returns an integer that specifies the engine type. Read-only. The engine types are as follows:
0=piston engine 1=jet engine 2=none
Example
IF ENGINE_TYPE > 1 THEN
PRINT "Must be a sailplane."
ENDIF