Developer Notice
This documentation is currently work-in-progress. If you find any issues or problems, please help out by supporting the project.
DCSWD¶
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.
Building from source¶
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