mirror of
https://github.com/mapbase-source/source-fgds.git
synced 2024-12-27 00:15:29 +03:00
prop_interactable infinite cooldown
This commit is contained in:
parent
686d71436e
commit
db019d29de
2
base.fgd
2
base.fgd
@ -7935,7 +7935,7 @@
|
||||
1: "Yes"
|
||||
]
|
||||
|
||||
SetCooldown(float) : "Cooldown" : "1.0" : "The amount of time after this prop_interactable is used before it can be interacted with again. This is always based on when the prop_interactable was pressed, disregarding any active In Sequence, but an optional Out Sequence will play after the cooldown is over. It is also used when the prop_interactable is locked."
|
||||
SetCooldown(float) : "Cooldown" : "1.0" : "The amount of time after this prop_interactable is used before it can be interacted with again. This is always based on when the prop_interactable was pressed, disregarding any active In Sequence, but an optional Out Sequence will play after the cooldown is over. It is also used when the prop_interactable is locked. Set to -1 to have an infinite cooldown when pressed while unlocked."
|
||||
|
||||
PressedSound(sound) : "Pressed Sound" : "" : "The sound to play when the button is successfully pressed."
|
||||
LockedSound(sound) : "Locked Sound" : "" : "The sound to play when the button is interacted with while locked."
|
||||
|
Loading…
Reference in New Issue
Block a user