|
|
**Description**: Checks if the distance between the entity and the tracked location is within the specified values
|
|
|
## Description
|
|
|
Checks if the distance between the entity and the tracked location is within the specified values
|
|
|
|
|
|
---
|
|
|
|
|
|
## Attributes
|
|
|
|
|
|
**Attributes**
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
| distance | d | The values to check for. Can be a range. | |
|
|
|
|
|
|
| Attribute | Alias | Description |
|
|
|
|-----------|-------------|-------------------------------------------------------------------------------------------------|
|
|
|
| distance | d | The values to check for. Can be a range. |
|
|
|
|
|
|
Examples
|
|
|
---
|
|
|
## Examples
|
|
|
```yml
|
|
|
Conditions:
|
|
|
- DistanceFromTrackedLocation{d=5} true
|
|
|
```
|
|
|
|
|
|
```yml
|
|
|
Conditions:
|
|
|
- DistanceFromTrackedLocation{d=2to10} true
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
```
|
|
|
|
|
|
## Aliases
|
|
|
- [x] distanceFromTL |
|
|
\ No newline at end of file |