ScaleEntity()

Syntax

ScaleEntity(#Entity, x, y, z)
Description
Scales the #Entity according to the specified x,y,z values.

This is a factor based scale which means than the Entity size will be multiply with the given value to obtain the new size. To perform an absolute size of the entity, use ResizeEntity().

Example:
  ScaleEntity(0, 2, 2, 2) ; Double the size of the entity
  ScaleEntity(0, 1, 1, 1) ; Don't change the size of the entity (multiply by 1 don't change anything
  ScaleEntity(0, 3, 1, 1) ; Make the width of the entity 3 times larger

Supported OS

Windows, Linux

<- RotateEntity() - Entity Index - SetEntityAnimationTime() ->