You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tomáš Malý edited this page Aug 6, 2020
·
2 revisions
Options
All configuration options are accessible as a class in c++.
However, they can all be parsed from or converted to json for easier interfacing in c and other languages.
All the options are well commented in the source code.
To avoid replicating it, the documentation here are just links to the corresponding source files.
Map
Configuration for the map is split into two parts:
MapCreateOptions - can only be set before the map is created and cannot be modified afterwards.