godot/doc
Guillaume Turri ea9dff87ae
Add error checks for bad configuration in PathFollow2D/3D set_progress_ratio
When a PathFollow is badly configured it's possible to have code that
call get_progress_ratio just after set_progress_ratio does not return
the value just set, which may be confusing for developer (ie that
    myPathFollow2D.set_progress_ratio(0.5)
    myPathFollow2D.get_progress_ratio()
does not return 0.5)

This commit makes ensures the developer has useful error messages in
such case, to make it easier to troubleshot it.
2024-09-04 18:07:49 +02:00
..
classes Add error checks for bad configuration in PathFollow2D/3D set_progress_ratio 2024-09-04 18:07:49 +02:00
tools Class reference: Add self-links to methods, properties, etc. 2024-05-26 09:54:17 +02:00
translations i18n: Sync translations with Weblate 2024-08-14 16:14:54 +02:00
class.xsd Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
Doxyfile
Makefile