Processes container
From TrainzOnline
		(Difference between revisions)
		
		
 (Suggest this page be deleted.  See note at start of page.)  | 
			|||
| Line 1: | Line 1: | ||
| − | ''(Note by PCAS1986.  I suggest this page is actually describing a process-element container and not a processes container.  There is now a page describing a [[processes-element]] container.  Perhaps this page should be deleted?)''  | + | ''(Note by PCAS1986.  I suggest this page is actually describing a process-element container and not a processes container.  There is now a page describing a [["processes-element" container|proceses-element]] container.  Perhaps this page should be deleted?)''  | 
The [[Processes container]] is a top-level [[config.txt file]] entry used by [[KIND_Industry|industry]] assets.  | The [[Processes container]] is a top-level [[config.txt file]] entry used by [[KIND_Industry|industry]] assets.  | ||
Revision as of 15:27, 26 January 2014
(Note by PCAS1986. I suggest this page is actually describing a process-element container and not a processes container. There is now a page describing a proceses-element container. Perhaps this page should be deleted?)
The Processes container is a top-level config.txt file entry used by industry assets.
Contents | 
Supported Tags
Each processes subcontainer supports the following tags. Each tag is shown here with its default value.
 start-enabled          1
 duration               N/A
 inputs
 {
 }
 outputs
 {
 }
start-enabled
- Type: bool
 - Desc: Specifies whether this process is active by default. Processes can enabled/disabled from script.
 
duration
- Type: float
 - Desc: Specifies the duration of this process in seconds. This tag is compulsory and has no default value. It must be greater than 0.
 
inputs
- Type: Inputs container
 - Desc: Specifies the inputs for this process
 
outputs
- Type: Outputs container
 - Desc: Specifies the outputs for this process
 
Example controls container
See KIND Industry