From ea9a701f517896cf0e81851482ca873ed940f2df Mon Sep 17 00:00:00 2001 From: NovaRain Date: Wed, 27 Dec 2023 13:25:19 +0800 Subject: [PATCH] Fixed functions.yml --- artifacts/scripting/functions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacts/scripting/functions.yml b/artifacts/scripting/functions.yml index 9750a164..684d742a 100644 --- a/artifacts/scripting/functions.yml +++ b/artifacts/scripting/functions.yml @@ -779,7 +779,7 @@ detail: void reg_anim_animate_and_hide(ObjectPtr, int animID, int delay) doc: | Works exactly like `reg_anim_animate` but the object will automatically disappear after the last animation frame (but not destroyed). - - `delay`: delay from the previous animation. A value of -1 will execute the specified animation immediately after the previous one in the sequence ends. + - `delay`: delay from the previous animation. A value of -1 will execute the specified animation immediately after the previous one in the sequence ends. opcode: 0x825b - name: reg_anim_light detail: void reg_anim_light(ObjectPtr, int light, int delay)