Files
coco875 27e0f763e0 update docs (#555)
* Update doxygen-gh-pages.yml

* reorganise docs folder add ref and a button to switch between dark and light, optimise doxygen
2024-01-20 21:24:05 -07:00

406 B

@page vehicles Vehicles

[TOC]

See vehicles.h for defines and other configurable options. This includes how many of each vehicle to spawn.

The game evenly disperses vehicles around their path even when spawning extra vehicles.

Trains

  • Follows a path containing only an x and z coordinate.
  • Y coordinate is hard-coded.
  • Some of the train path is generated to save space.

Cars & Trucks

Boats