#import <IntervalAction.h>
Inherits IntervalAction.

Public Member Functions | |
| (id) | - initWithAction:times: |
Static Public Member Functions | |
| (id) | + actionWithAction:times: |
| + (id) actionWithAction: | (FiniteTimeAction *) | action | ||
| times: | (unsigned int) | times | ||
creates the Repeat action. Times is an unsigned integer between 1 and pow(2,30)
| - (id) initWithAction: | (FiniteTimeAction *) | action | ||
| times: | (unsigned int) | times | ||
initializes the action. Times is an unsigned integer between 1 and pow(2,30)
1.5.8