Bound - Bounds at Location (Expression) — SkBee

Addon: SkBee · Category: Expression · Since: 1.0.0, 2.15.0 (temporary/non-temporary)

Syntax

[all [[of] the]|the] [-temporary|non[-| ]temporary] bound[s] [id[s]] at %locations%

Description

Get a list of non-temporary, temporary, or all bounds bounds/ids at a location.

Examples

set {_temporaryBounds::*} to temporary bounds at player
set {_nonTemporaryBounds::*} to nontemporary bounds at {_loc}
loop all bounds at {locations::*}:
	broadcast loop-bound

View source