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

@ -5000,6 +5000,12 @@
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." 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." 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 // Inputs
input RefireTime(integer) : "Set a new Refire Interval." input RefireTime(integer) : "Set a new Refire Interval."
input ResetTimer(void) : "Reset the timer. It will fire after the Refire Interval expires." input ResetTimer(void) : "Reset the timer. It will fire after the Refire Interval expires."