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

PRActionRepeatForever()

Creates an action object of type PRActionTypeRepeater. This repeat action is a container that, when played by an object, will repeatedly play the contained action an unlimited number of times. This action doesn't stop playing until it is stopped using the PRActionStop function. The action being repeated can be any action including container actions.


Declaration

PRActionRepeat(action, repeatCount)

Parameters

action

The action to repeat forever.

Return Value

The created action object.