Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
M MMOBars
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Ethan
  • MMOBars
  • Wiki
  • Bar Progress Condition

Bar Progress Condition · Changes

Page history
Update Bar Progress Condition authored Apr 08, 2021 by Ethan's avatar Ethan
Hide whitespace changes
Inline Side-by-side
Showing with 2 additions and 3 deletions
+2 -3
  • Bar-Progress-Condition.md Bar-Progress-Condition.md +2 -3
  • No files found.
Bar-Progress-Condition.md
View page @ 3df130ee
...@@ -10,11 +10,10 @@ Uses the bar progress to make a condition. ...@@ -10,11 +10,10 @@ Uses the bar progress to make a condition.
| Parameter | Aliases | Description | Type | | Parameter | Aliases | Description | Type |
| ------ | ------ | ------ | ------ | | ------ | ------ | ------ | ------ |
| `value` | `v` | The value to compare with the bar's coefficient. Takes a decimal like 0.5 which would be equivalent to 50%. | Number | | `value` | `v` | The value to compare with the bar's coefficient. Takes a decimal like 0.5 which would be equivalent to 50%. | Number |
| `operator` | `o, oper` | The operation to compare the `value` parameter to the bar's coefficient. | String`(greater, g, less, l, equal, e)` |
## Examples ## Examples
``` ```
conditions: conditions:
- 'bar-progress{v=1;o=l;m=true}' - 'bar-progress{v=1;op=l;m=true}'
- 'bar-progress{v=0;o=g;m=true}' - 'bar-progress{v=0;op=g;m=true}'
``` ```
\ No newline at end of file
Clone repository

MMOBars

  • Home

Bars

  • Settings
  • Functions
  • Conditions
  • Colors
  • Styles
  • Options