mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
classref: Sync with current master branch (518b9e580)
This commit is contained in:
@@ -91,7 +91,7 @@ The following code will set ``can_shoot`` to ``false`` and start a timer. This w
|
||||
_can_shoot = false
|
||||
_cool_down.start()
|
||||
|
||||
func _on_CoolDownTimer_timeout():
|
||||
func _on_cool_down_timer_timeout():
|
||||
_can_shoot = true
|
||||
|
||||
.. code-tab:: csharp
|
||||
|
||||
Reference in New Issue
Block a user