Called when the Decent Vehicle predicts its acceleration.
Called when the Decent Vehicle determines its maximum speed.
Called every time the Decent Vehicle is going to run.
Called when the Decent Vehicle collides with something.
Called when the Decent Vehicle arrives at its waypoint.
Called when the Decent Vehicle refuels.
Called after DecentVehicleDestination is initialized.
Called every time the Decent Vehicle is going to stop.
Called every time the Decent Vehicle finishes its traces.
Adds a link from one to another.
Makes a link between a waypoint and a traffic light.
Adds a waypoint and registers it.
Gets all fuel station points in the map.
Gets the nearest waypoint to the given position.
Gets a random adjacent waypoint.
Returns a table of waypoints that represents a route.
Returns a table of waypoints that represents a route.
Removes an existing link from one to another.
Removes a waypoint from ID.
An undo function that removes the latest waypoint.
Returns if a waypoint is available for a waypoint group.
Returns the ELS lights are turned on.
Returns the ELS lights are turned on.
Returns if the ELS sound is playing.
Returns if the engine is running.
Returns if the fog lights are turned on.
Returns if the hazard lights are turned on.
Returns if the horn is playing.
Returns if the headlights are turned on.
Returns if the vehicle is locked.
Returns if running lights are turned on.
Returns if the left/right turn light is turned on.
Turns on/off the ELS lights and sound.
Turns on/off the ELS sound.
Turns on/off the engine.
Turns on/off the fog lights.
Turns on/off the hazard lights.
Turns on/off the hand brake.
Turns on/off the horn.
Turns on/off the headlights.
Locks or unlocks the vehicle.
Turns on/off the running lights.
Sets the steering amount.
Sets the acceleration.
Turns on/off the left/right turn light.
A table that represents one waypoint for Decent Vehicle.