Appearance
helix / Pos
Variable: Pos
Pos: (...
coords) =>PosValue&object
Defined in: core/values/pos.ts:73
Type Declaration
here
here: () =>
PosValue
~ ~ ~ - the executor's own position.
Returns
local
local: (...
coords) =>PosValue
Local, relative to facing (^).
Parameters
coords
...number[]
Returns
raw
raw: (
text) =>PosValue
Wrap a raw coordinate string (legacy escape hatch); renders verbatim.
Parameters
text
string
Returns
rel
rel: (...
coords) =>PosValue
Relative to the executor (~).
Parameters
coords
...number[]