RegisterActiveAnimationClip and RegisterAnimationClip has seemingly identical descriptions, with similar word choices

Both functions describe the same processes, and even reference each other, saying that the difference is that they generate an active:// url instead of a hash, but both of them say this. It’s completely unclear which would be used in what scenario.


image

Page URL: https://create.roblox.com/docs/reference/engine/classes/AnimationClipProvider

1 Like

Looks like a simple case of a description being copied from one instance to another as placeholder. As the name suggests RegisterActiveAnimationClip produces an active:// URL while RegisterAnimationClip does not. RegisterAnimationClip instead produces a hash.

Pull request fixing this has been submitted with credit here.

In the future if you see any mistakes like this feel free to make changes to the documentation with pull requests to fix the documentation for all users!

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.