This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

Hi. I see that the documentation does not agree with what is in the node inspector for ProgressBar. https://ibb.co/DCJLSZc https://docs.godotengine.org/en/3.1/classes/class_progressbar.html#class-progressbar-property-percent-visible

I want to see the source code of the nodes to see which methods are available in each node.
Thanks.

in Engine by (26 points)

1 Answer

0 votes

The properties you see there come from the Range class, as indicated in the Inspector section headings. ProgressBar extends Range:

https://docs.godotengine.org/en/3.1/classes/class_range.html#class-range

which extends Control, and so on. You can also see the inheritance chain at the top of the API page for each class.

by (22,191 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.