Skip to content

Commit aa6ea66

Browse files
authored
Update AnimationClipProvider.yaml (#1070)
Fixes some slight misinfo that is copied from [RegisterActiveAnimationClip](https://create.roblox.com/docs/reference/engine/classes/AnimationClipProvider#RegisterActiveAnimationClip) into [RegisterAnimationClip](https://create.roblox.com/docs/reference/engine/classes/AnimationClipProvider#RegisterAnimationClip) as placeholder. RegisterActiveAnimationClip generates an `active://` URL, while RegisterAnimationClip generates a hash. Both do not generate a `active://` URL. Documentation issue was brought to my attention [here](https://devforum.roblox.com/t/registeractiveanimationclip-and-registeranimationclip-has-seemingly-identical-descriptions-with-similar-word-choices/3598095) by [@TaylorsRus](https://devforum.roblox.com/u/TaylorsRus). By submitting your pull request for review, you agree to the following: - [x] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [x] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [x] To the best of my knowledge, all proposed changes are accurate.
1 parent 304faef commit aa6ea66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/reference/engine/classes/AnimationClipProvider.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ methods:
131131
132132
This function performs the same function to
133133
`Class.AnimationClipProvider:RegisterActiveAnimationClip()|RegisterActiveAnimationClip`
134-
yet generates an _active://_ URL instead of a hash.
134+
yet generates a hash instead of an `active://` URL.
135135
136136
The ID generated can be used for the `Class.Animation.AnimationId`
137137
property to test animations.

0 commit comments

Comments
 (0)