-
Notifications
You must be signed in to change notification settings - Fork 67
Duration Parameter
Jeremie Rossignol edited this page Aug 27, 2015
·
3 revisions
The Duration parameter sets up a timer. Once the timer expires, the parameter is completed. The timer will start when all sibling parameters that are higher than the Duration parameter in the contract are completed. The Duration parameter can also be used as a child parameter to prevent a parent parameter from completing until the duration is reached.
PARAMETER { name = Duration type = Duration // The duration the timer is set to. Can specify values in years (y), // days (d), hours (h), minutes (m), seconds (s) or any combination of // those. // // Type: Duration // Required: Yes // duration = 30m 10s // The preWaitText sets the text that is displayed when waiting // for the other parameters to complete. // // Type: string // Required: Yes // preWaitText = Waiting time required // The waitingText sets the text that is displayed when waiting // for the timer to expire. // // Type: string // Required: Yes // waitingText = Time to completion // The completionText is displayed when the timer completes. // // Type: string // Required: Yes // completionText = Wait time over }
- Vessel Parameters
- VesselParameterGroup
- Vessel Attributes
- Vessel State
- Vessel History
- RemoteTech
- Kerbal Parameters
- Progression Parameters
- Negative Parameters
- Set Parameters
- Planetary Parameters
- Miscellaneous Parameters
Contract Configurator
Configuration File Syntax
Extending Contract Configurator