Is there a way to get the index value of the current frame/keyframe in the AnimationPlayer?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By ATom 1
:bust_in_silhouette: Reply From: ATom 1

int track_find_key ( int idx, float time, bool exact=false ) const

Find the key index by time in a given track. Optionally, only find it if the exact time is given.

lol, Found it , Animation API