Update Bar Settings authored by Ethan's avatar Ethan
...@@ -6,10 +6,8 @@ health: ...@@ -6,10 +6,8 @@ health:
width: 40 width: 40
function: 'health' function: 'health'
``` ```
## Sections
## Width | Section | Description | Value Type | Default Value |
Width is how long the bar will appear to be. This value is restricted between `3-500`. | ------ | ------ | ------ | ------ |
| `width` | This is how wide the mmobar will appear to be. | Integer `[3-500]` | `10` |
## Function | `function` | This controls how the bar will interact with the player. You can view all default functions and how to create custom them [here](bar-functions). | [Bar Function](bar-functions) | `N/A` |
The function option determines how the bar will interact with the player. You can view all default functions and how to create custom them [here](bar-functions).