Update ActionInterval.h (#1702)

This commit is contained in:
aismann 2024-02-19 11:29:41 +01:00 committed by GitHub
parent a3bdfa0724
commit 1d7d84f58b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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.