"processes-element" container

From TrainzOnline
(Difference between revisions)
Jump to: navigation, search
(Replacement page for Processes Container since that page actually describes a process element)
 

Latest revision as of 15:18, 26 January 2014

The processes-element container is a top-level config.txt file entry used by industry assets.

Contents

[edit] Process Name

Each process element has a unique name that usually reflects the process activity. These process names are sometimes used in the asset script.

[edit] Supported Tags

Each process element container supports the following tags. Each tag is shown here with its default value.

 start-enabled          1
 duration               N/A
 inputs
 {
 }
 outputs
 {
 }

[edit] start-enabled

Type: bool
Desc: Specifies whether this process is active by default. Processes can enabled/disabled from script.

[edit] 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.

[edit] inputs

Type: Inputs container
Desc: Specifies the inputs for this process

[edit] outputs

Type: Outputs container
Desc: Specifies the outputs for this process


[edit] Example controls container

See KIND Industry

[edit] Categories

Personal tools