From 1d7d84f58b5e5f621758ab3cde48757854b33d9c Mon Sep 17 00:00:00 2001 From: aismann Date: Mon, 19 Feb 2024 11:29:41 +0100 Subject: [PATCH] Update ActionInterval.h (#1702) --- core/2d/ActionInterval.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/2d/ActionInterval.h b/core/2d/ActionInterval.h index 234e6a7aad..57fdd8a056 100644 --- a/core/2d/ActionInterval.h +++ b/core/2d/ActionInterval.h @@ -131,6 +131,7 @@ public: /** Helper constructor to create an array of sequenceable actions. * * @return An autoreleased Sequence object. + * @note ATTENTION! Last entry must be a 'nullptr' to correctly terminate the list. */ static Sequence* create(FiniteTimeAction* action1, ...) AX_REQUIRES_NULL_TERMINATION; @@ -151,6 +152,7 @@ public: * @param args The va_list variable. * @return An autoreleased Sequence object. * @js NA + * @note ATTENTION! Last entry must be a 'nullptr' to correctly terminate the list. */ static Sequence* createWithVariableList(FiniteTimeAction* action1, va_list args); /** Creates the action.