Region - Vertices (Expression) — skript-worldedit

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

Syntax

[the] region vert(ices|exes) of %worldeditregion%

Description

Gets the vertices of a given region. This expression can only be used on convex polyhedral regions.

Examples

set {vertices::*} to region vertices of {convex}

View source