From 83f96139ac0fb084ab2fdffe6676760b07499eaf Mon Sep 17 00:00:00 2001 From: Micky Date: Tue, 9 Aug 2022 13:20:07 +0200 Subject: Remove AnimatedSprite3D.`is_playing()` for redundancy Also removes the underscore prefix from `_set_playing()` and `_is_playing()` --- doc/classes/AnimatedSprite3D.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/AnimatedSprite3D.xml b/doc/classes/AnimatedSprite3D.xml index aa56e50886..675ac79de4 100644 --- a/doc/classes/AnimatedSprite3D.xml +++ b/doc/classes/AnimatedSprite3D.xml @@ -10,12 +10,6 @@ $DOCS_URL/tutorials/2d/2d_sprite_animation.html - - - - Returns [code]true[/code] if an animation is currently being played. - - @@ -40,7 +34,7 @@ The [SpriteFrames] resource containing the animation(s). - + If [code]true[/code], the [member animation] is currently playing. -- cgit v1.2.3