Skip to main content

The "sys_trans_perform" Function

Syntax#

sys_trans_perform(entity, index, ease);
ArgumentTypeDescription
entityintegerThe data structure of the entity to transition
indexintegerThe index of the row containing the target entity
easeinteger/macroSets 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.