CCSequence::create 最后一个参数为什么要加NULL

这个null是必须要加的么?小白求解释。

static Sequence* create(FiniteTimeAction *action1, …), 因为参数个数不确定, 所以要加NULL

谢谢亲耐的