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

GDScript: Improve error messages for invalid indexing #82639

Merged

Commits on Oct 2, 2023

  1. GDScript: Improve error messages for invalid indexing

    These errors are very common when using an invalid property name
    or calling on an object of the wrong type, and the previous message
    was a bit cryptic for users.
    
    Co-authored-by: Rémi Verschelde <[email protected]>
    Co-authored-by: golfinq <[email protected]>
    akien-mga and golfinq committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    5efbed5 View commit details
    Browse the repository at this point in the history