From 4796843c08102403bc273c704a3f4ecb373bc4ea Mon Sep 17 00:00:00 2001 From: Bruce Bullis Date: Wed, 5 Nov 2025 10:14:49 -0800 Subject: [PATCH] Update return type documentation Update return type documentation --- docs/sequence/componentparam.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sequence/componentparam.md b/docs/sequence/componentparam.md index 56b01cd..56c80ea 100644 --- a/docs/sequence/componentparam.md +++ b/docs/sequence/componentparam.md @@ -58,7 +58,7 @@ Adds a keyframe to the component parameter stream, at the specified time. Note: #### Returns -Returns `0` if successful. +Returns `0` if successful; can throw an "Unknown error" exception when used on non-color properties. ---