Note: This PRAction documentation is out-dated and is for an older (pre-GMS v2.3) version of PRAction. For the most up-to-date docs on the latest version of PRAction, please refer to this page as well as the documentation included in the PRAction package.

Documentation Topics
Function

PRActionRepeat()

Creates an action object of type PRActionTypeRepeater. A repeat action is a container that, when played by an object, will repeatedly play the contained action the given number of times in repeatCount. This action doesn't stop playing until all of the repeat cycles are done playing. The action being repeated can be any action including container actions.


Declaration

PRActionRepeat(action, repeatCount)

Parameters

action

The action to repeat.

repeatCount

The number of times to repeat the action when it's played.

Return Value

The created action object.