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

PRActionWait()

Creates an action object of type PRActionTypeWait. When this action is played by an object, it will perform no action. Useful to add a delay before, in the middle of, and/or after other actions in an action sequence.


Declaration

PRActionWait(durationSecs)

Parameters

durationSecs

The length of time that the action will do nothing for.

Return Value

The created action object.