virtualx-engine/doc
Rémi Verschelde 4abbb2d684
GDScript: Don't warn about RETURN_VALUE_DISCARDED by default
This happens too often with normal usage of the API.
The warning can still be useful to find actual bugs where discarding the return
value wasn't intentional, but this should stay enabled manually, at least until
we either improve the API to remove false positives, or improve the warning (e.g.
to only warn about unused return value on const functions).
2022-11-22 15:01:24 +01:00
..
classes GDScript: Don't warn about RETURN_VALUE_DISCARDED by default 2022-11-22 15:01:24 +01:00
tools Improve class reference split, list variant types separately 2022-11-18 15:47:53 +03:00
translations ci: add Python static analysis check via mypy 2022-09-30 19:03:17 +07:00
class.xsd
Doxyfile
Makefile