Changes
Page history
Update Conditions
authored
Apr 07, 2021
by
Ethan
Show whitespace changes
Inline
Side-by-side
Conditions.md
View page @
beea6d07
...
...
@@ -46,6 +46,13 @@ health:
|
`bar-inactive{m=true}`
|
`HIDE_WHEN_INACTIVE`
| This condition will be false when the bar is inactive. |
## Conditions
### Default Parameters
These parameters are included in every condition.
| Parameter | Aliases | Description | Type |
| ------ | ------ | ------ | ------ |
|
`match`
|
`m, default, d`
| The operation to compare the
`value`
parameter to the bar's coefficient. | Boolean
`Default = true`
|
| Conditions | Description |
| ------ | ----------- |
|
[
bar-inactive
](
Bar-Inactive-Condition
)
| Used for bar inactivity. |
...
...
...
...