Helix Winding Rate (Expression) — skript-particle

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

Syntax

[the] winding rate of %shapes%

Description

Gets or sets the winding rate of a helix. The winding rate is the number of times the helix wraps around the axis per block. The default winding rate is 1 loop per block, which delete or reset will set it to. The winding rate must be positive and non-zero.

Examples

set {_helix} to helix with radius 5, height 10, and winding rate 2 loops per block
set winding rate of {_helix} to 1
set winding rate of {_helix} to 1/10
set winding rate of {_helix} to 10.4

View source