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

PRActionSetEase()

Changes the ease function used for the given action. Does not affect container-type actions. Will cause an error if an undefined ease ID is provided.


Declaration

PRActionSetEase(action, easeId)

Parameters

action

The action object whose ease function to set.

easeId

The ease ID to set. Must be one of the defined PRAction ease ID constants.

Return Value

n/a