World / Server
paper/vector_to_location
Vector To Location
Combines a location and vector into a new location.
Inputs
| Name | Type | Optional | Description |
|---|---|---|---|
location |
location | Base location. | |
vector |
vector | Vector to apply. |
Outputs
| Name | Type | Description |
|---|---|---|
location |
location | Resulting location. |
Properties
| Key | Type | Default | Description |
|---|---|---|---|
mode |
select | "ADD" |
ADD: offset the location. SET_DIRECTION: use as facing direction. TO_LOCATION: treat vector as absolute XYZ. |