The "sys_trans_perform" Function
Syntax#
| Argument | Type | Description |
|---|---|---|
entity | integer | The data structure of the entity to transition |
index | integer | The index of the row containing the target entity |
ease | integer/macro | Sets the transition easing override |
Description#
Performs a transition on the target entity when created.
As this script is run automatically by any actions that require transitions, it is almost never necessary to run sys_trans_perform manually.
See Macros & Keywords for a list of available transitions.

X1