Vectors - Cylindrical Shape (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.2-dev28

Syntax

[a] [new] cylindrical vector [from|with] [radius] %number%, [yaw] %number%(,[ and]| and) [height] %number%

Description

Forms a 'cylindrical shaped' vector using yaw to manipulate the current point.

Examples

loop 360 times:
	set {_v} to cylindrical vector radius 1, yaw loop-value, height 2
set {_v} to cylindrical vector radius 1, yaw 90, height 2

View source