Shape Scale (Expression) — skript-particle

Addon: skript-particle · Category: Expression · Since: 1.0.0

Syntax

[the] shape scale of %shapes%

Description

Returns the scale of a shape. This is will scale the shape up or down accordingly, with respect to its center. This does not affect the number of particles drawn, so a scaled up shape will look more sparse. A negative scale will flip the shape inside-out. Changing this will scale the shape accordingly. Resetting or deleting it will set it back to the default scale of 1.

Examples

set {_shape}'s shape scale to 2
set shape scale of {_shape} to 0.5
set shape scale of {_shape} to 2 * (scale of {_shape})
reset {_shape}'s shape scale

View source