All the properties can be set. Set to undefined to remove a property, null to use ConfigCmd.defaults during encoding.
undefined
null
new ConfigCmd() // empty confignew ConfigCmd({ loader: null }) // default loader confignew ConfigCmd({ loader: { dropPoint: LoaderPoint.BOTTOM } }) // loader config with drop point bottom, rest defaultcmd.loader.priority = null // change priority of existing loader config to default Copy
new ConfigCmd() // empty confignew ConfigCmd({ loader: null }) // default loader confignew ConfigCmd({ loader: { dropPoint: LoaderPoint.BOTTOM } }) // loader config with drop point bottom, rest defaultcmd.loader.priority = null // change priority of existing loader config to default
Optional
Used for expando boxes. [0, 360] float.
What the filter for hatches and loaders should do.
Used for shield generators.
All the properties can be set. Set to
undefined
to remove a property,null
to use ConfigCmd.defaults during encoding.Example