Drawn Shape (Expression) — skript-particle

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

Syntax

[the] drawn shape

Description

Returns the shape that is being drawn by the draw section.

Examples

draw the shapes {_shapes::*} at player's head with radius 1:
	# only affects the drawn version, the original shape is not changed
	set radius of drawn shape to 2

View source