mirror of
https://github.com/mapbase-source/source-fgds.git
synced 2024-12-28 00:35:28 +03:00
Added option for logic_timer to use the random timer bounds to limit the total timer value
This commit is contained in:
parent
665b2bd1d3
commit
a543de4ade
6
base.fgd
6
base.fgd
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user