godotengine / godotengine/godot-docs
Parts of the teaching document “Using signals“ zh_CH version are out of date
- Dominant language
- reStructuredText
- Stars
- 5.7k
- Forks
- 3.8k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 25
Description
**Your Godot version:**
v4.0.2
**Issue description:**
The _ready() function is too old, [timer.connect("timeout", self, "_on_Timer_timeout")] can not run now, the English version is right, it should be [timer.timeout.connect(_on_Timer_timeout)].
**URL to the documentation page:**
https://docs.godotengine.org/zh_CN/stable/getting_started/step_by_step/signals.html
If you know how to fix the issue you are reporting please
consider opening a pull request. We provide a tutorial on
using git here: https://docs.godotengine.org/en/stable/community/contributing/pr_workflow.html,
writing documentation at https://docs.godotengine.org/en/stable/community/contributing/docs_writing_guidelines.html
and contributing to the class reference here: https://docs.godotengine.org/en/stable/community/contributing/updating_the_class_reference.html
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.