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

Where is get_root in autocompletion? RC1 #15738

Closed
kakoeimon opened this issue Jan 15, 2018 · 1 comment
Closed

Where is get_root in autocompletion? RC1 #15738

kakoeimon opened this issue Jan 15, 2018 · 1 comment

Comments

@kakoeimon
Copy link

Godot version:

Godot 3 RC1

OS/device including version:

Manjaro 64bit

Issue description:

Type :

get_tree().

and try to type get_root()

autocompletion does not find get_root function but it exists as a function.
What I mean is that the program will not crash but autocomplition does not have the get_root method.

The problem is (if I understand it right) that with autogenerated bindings to other languages (e.g. Nim) get_root will not register.

Checked with Beta2 and autocompletion works (and Nim).

@akien-mga akien-mga added this to the 3.0 milestone Jan 15, 2018
@kakoeimon
Copy link
Author

Sorry for bothering again without reason.
I just found out that root changed to get set property so now to get the root only get_tree().root is needed and .root is in autocompilation.

I am closing this cause it was only a missunderstanding from my part.

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