1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00
Files
godot/doc/classes
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
..
2024-06-18 11:06:31 -04:00
2024-06-18 11:06:31 -04:00
2024-06-18 11:06:31 -04:00
2024-05-09 14:36:28 +02:00
2024-05-14 19:22:50 +12:00
2024-07-07 22:15:23 +02:00
2024-08-01 12:08:14 +02:00
2024-07-17 18:53:03 +02:00
2024-09-01 17:00:47 +02:00
2024-04-23 08:28:48 +04:00
2024-06-15 18:21:05 +02:00
2024-06-15 18:21:05 +02:00