Car

A class representing a car.

Constructors

this
this(Size size, Engine engine)

Constructor of car.

Members

Functions

run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

color
Color color [@property setter]

Set color of car

color
Color color [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
engine
Engine engine [@property setter]

Set engine used in car.

engine
Engine engine [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
Size size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta