Options
All
  • Public
  • Public/Protected
  • All
Menu

Module _internal/constants/scripts

Index

Variables

ADVANCED_RUNNERS: RunnerScripts[] = ...

Advanced runners to execute, if possible.

DEFAULT_WEIGHTS: {} = {}

Default worker script weights.

Type declaration

  • [key: string]: number
GROW_SCRIPT: WorkerScripts = "/_workers/grow.js"

Path to grow script to execute on hosts.

HACK_SCRIPT: WorkerScripts = "/_workers/hack.js"
RUNNERS: RunnerScripts[] = ...

All runners to execute.

WEAKEN_SCRIPT: WorkerScripts = "/_workers/weaken.js"

Path to weaken script to execute on hosts.

WORKER_SCRIPTS: WorkerScripts[] = ...

All worker scripts.

Generated using TypeDoc