Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slider class API docs is missing it's signals #3837

Closed
golddotasksquestions opened this issue Jul 25, 2020 · 2 comments
Closed

Slider class API docs is missing it's signals #3837

golddotasksquestions opened this issue Jul 25, 2020 · 2 comments

Comments

@golddotasksquestions
Copy link
Contributor

Your Godot version: 3.2, stable, latest

Issue description: Signals category is missing here https://docs.godotengine.org/en/latest/classes/class_slider.html
Both Hslider and Vsider nodes have signals "changed" and "value_changed(value)", but they can't be found here or there
https://docs.godotengine.org/en/latest/classes/class_hslider.html
https://docs.godotengine.org/en/latest/classes/class_vslider.html

@Calinou
Copy link
Member

Calinou commented Jul 27, 2020

This is because changed and value_changed are defined in the Range class which Slider inherits from. Unfortunately, we can't display them in other classes as that would be inconsistent (doing for for all nodes would result in dozens of signals being visible on every page).

@golddotasksquestions
Copy link
Contributor Author

golddotasksquestions commented Aug 8, 2020

Um, how about adding a link to the Range class then within the description? @Calinou
I'm asking because "changed" and "value_changed(value)" show up in the Inspector, but when you try to find them in the docs you are out of luck unless you already know where to look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants