Added option for logic_timer to use the random timer bounds to limit the total timer value

This commit is contained in:
Blixibon 2020-07-01 15:04:02 -05:00
parent 665b2bd1d3
commit a543de4ade

View File

@ -4999,6 +4999,12 @@
LowerRandomBound(string) : "Minimum Random Interval" : : "If 'Use Random Time' is set, this is the minimum time between timer fires. The time will be a random number between this and the 'Maximum Random Interval'."
UpperRandomBound(string) : "Maximum Random Interval" : : "If 'Use Random Time' is set, this is the maximum time between timer fires. The time will be a random number between the 'Minimum Random Interval' and this."
RefireTime(string) : "Refire Interval" : : "If 'Use Random Time' isn't set, this is the time between timer fires, in seconds."
UseBoundsForTimerInputs(choices) : "Limit Timer Inputs" : 0 : "Allows the Minumum/Maximum Random Interval keyvalues to limit the total timer value when it receives AddToTimer or SubtractFromTimer inputs." =
[
0 : "No"
1 : "Yes"
]
// Inputs
input RefireTime(integer) : "Set a new Refire Interval."