Skip to main content

The "sys_deform_perform" Function

Syntax#

sys_deform_perform(entity, index);
ArgumentTypeDescription
entityintegerThe data structure of the entity to be deformed
indexintegerThe index of the row containing the target entity

Description#

Performs a scripted deformation on the input entity which has been initialized with sys_deform_init.

As this script is run automatically by VNgen draw functions, it is almost never necessary to run sys_deform_perform manually.

See Animations for a list of included deformation scripts and how to make your own.