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

PRActionPlayAction()

Creates an action object of type PRActionTypePlayAction. When this action is played by an object, it will trigger the given action in action to play. The given action will play within the context of the given object.


Declaration

PRActionPlayAction(obj, action)

Parameters

obj

The object that will run the action.

action

The action that the object will play.

Return Value

The created action object.