Particle Circle or Cylinder (Expression) — skript-particle

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

Syntax

[a] (circle|disc) (with|of) radius %number%

Description

Creates a circle, disc, or cylinder shape with the given radius. The radius must be greater than 0 and the height cannot be negative.

Examples

set {_shape} to circle with radius 10
set {_shape} to a disc of radius 3
set {_shape} to a solid cylinder with radius 3 and height 5

View source