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

Invalid get_index in gdscript when accessing property from C# that has only getter #82134

Closed
p10tr3k opened this issue Sep 22, 2023 · 1 comment

Comments

@p10tr3k
Copy link
Contributor

p10tr3k commented Sep 22, 2023

Godot version

v4.1.1.stable.mono.official [bd6af8e]

System information

MacOS

Issue description

If you try to access property with only getter method from C# class in gdscript it will throw exception:

Invalid get_index 'xxx' (on base: ...

Steps to reproduce

Open attached project
Open scene GdCsProperty
Run project

Minimal reproduction project

GodotPrj2.zip

@raulsntos
Copy link
Member

raulsntos commented Sep 22, 2023

@raulsntos raulsntos marked this as a duplicate of #67167 Sep 22, 2023
@raulsntos raulsntos closed this as not planned Won't fix, can't repro, duplicate, stale Sep 22, 2023
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