godot/misc/extension_api_validation
Raul Santos 7fd261c8c1
Expose AudioStreamPlayer{2D,3D}::set_playing and remove AudioStreamPlayer::{2D,3D}::_is_active
- The `_is_active` method seems to be unused, so it was removed.
- The `_set_playing` method is now exposed, as the setter of the `playing` property.
    - The `play` method can't be used as a setter because it takes a `float` parameter instead of a `bool` parameter.
2024-08-30 17:16:46 +02:00
..
4.0-stable_4.1-stable.expected CI: Compare API compatibility against both 4.0 and 4.1 2023-08-30 23:33:09 +02:00
4.1-stable_4.2-stable.expected Update expected API validation files for the releases of Godot 4.2 & 4.3 2024-08-15 14:50:54 -07:00
4.2-stable_4.3-stable.expected Update expected API validation files for the releases of Godot 4.2 & 4.3 2024-08-15 14:50:54 -07:00
4.3-stable.expected Expose AudioStreamPlayer{2D,3D}::set_playing and remove AudioStreamPlayer::{2D,3D}::_is_active 2024-08-30 17:16:46 +02:00