diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml index f06731c3767..e1edea4e097 100644 --- a/doc/classes/AnimationPlayer.xml +++ b/doc/classes/AnimationPlayer.xml @@ -94,6 +94,7 @@ Returns the first [AnimationLibrary] with key [param name] or [code]null[/code] if not found. + To get the [AnimationPlayer]'s global animation library, use [code]get_animation_library("")[/code].