Changes
Page history
Create Skills/Conditions/FurnitureDirection
authored
Jul 22, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Conditions/FurnitureDirection.md
0 → 100644
View page @
e42c6571
## Description
Checks if the targeted Furniture entity has a specific direction
## Attributes
| Attribute | Aliases | Description | Default |
|----------------|-------------|--------------------------------------------------------------|----------|
| direction | dir, d | The direction to check for | |
### Direction Attribute
The possibile direction values can be
`NORTH`
,
`NORTH_WEST`
,
`WEST`
,
`SOUTH_WEST`
,
`SOUTH`
,
`SOUTH_EAST`
,
`EAST`
,
`NORTH_EAST`
,
## Example
```
yaml
Conditions
:
-
furnitureDirection{d=NORTH}
true
```
\ No newline at end of file