Changes
Page history
Update FurnitureDirection
authored
Jun 05, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Conditions/FurnitureDirection.md
View page @
3269b3f2
...
...
@@ -8,7 +8,15 @@ Checks if the targeted Furniture entity has a specific direction
| 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`
,
Possible directions are
-
`SOUTH`
-
`SOUTH_WEST`
-
`WEST`
-
`NORTH_WEST`
-
`NORTH`
-
`NORTH_EAST`
-
`EAST`
-
`SOUTH_EAST`
## Example
...
...
...
...