Welcome to the unofficial DCS World Lua API documentation, (DCSWD) primarily designed to document unknown globals, constants and functions written for plugins.
This is not a replacement for BGDAM, instead a continuation of BGSC on a broader level. Information is tailored around learning how to write and implement custom Lua scripts of your own to simulate systems of an aircraft, with all plugin definitions available to you, including flyables.
- Clone the latest documentation, found on GitHub:
$ git clone --recursive https://github.com/filiastra/dcs-api-docs.git
- Install the required dependencies:
$ pip install -r requirements.txt
- Test build the documentation:
$ cd docs/ && make html
Documentation is available here.
Check out the contribution guidelines.