... | @@ -8,7 +8,15 @@ Checks if the targeted Furniture entity has a specific direction |
... | @@ -8,7 +8,15 @@ Checks if the targeted Furniture entity has a specific direction |
|
| direction | dir, d | The direction to check for | |
|
|
| direction | dir, d | The direction to check for | |
|
|
|
|
|
|
### Direction Attribute
|
|
### Direction Attribute
|
|
The possibile direction values can be `NORTH`, `NORTH_WEST`, `WEST`, `SOUTH_WEST`, `SOUTH`, `SOUTH_EAST`, `EAST`, `NORTH_EAST`,
|
|
Possible directions are
|
|
|
|
- `SOUTH`
|
|
|
|
- `SOUTH_WEST`
|
|
|
|
- `WEST`
|
|
|
|
- `NORTH_WEST`
|
|
|
|
- `NORTH`
|
|
|
|
- `NORTH_EAST`
|
|
|
|
- `EAST`
|
|
|
|
- `SOUTH_EAST`
|
|
|
|
|
|
|
|
|
|
## Example
|
|
## Example
|
... | | ... | |