Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DesignOptions

Design options. Allows for the setting of engine options and override options.

Hierarchy

  • DesignOptions

Index

Properties

Properties

Optional engineOptions

engineOptions: EngineOptions

The default engine options to use for all matches created using this design. Engine options impact how the engine works at the I/O level and dictates how your engine prohibits and enables an Agent in a Match to communicate and send commands and receive commands.

This overrides the default engine options from the MatchEngine class, and is overided by tournament level, and then match level configs.

override

override: OverrideOptions

Override configurations if a user wants to run matches with a non-dimensions based design and run their own design This is what allows users to write competition designs in their own programming language and utilize Dimensions features such as tournament running, database plugins, scalability, and much more automation.

Generated using TypeDoc