Skip to content

Commit

Permalink
Updates and added warning about case sensitivity to the top of the at…
Browse files Browse the repository at this point in the history
…tribute introduction page.
  • Loading branch information
dlamkins committed Apr 9, 2024
1 parent e0b6f43 commit 82c26cb
Show file tree
Hide file tree
Showing 3 changed files with 6,774 additions and 6,775 deletions.
6 changes: 5 additions & 1 deletion docs/marker-dev/development/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ hide_table_of_contents: false

Attributes are used to modify the behavior, appearance, and functionality of markers, trails, and categories.

:::warning
TacO attribute names are case-sensitive. Our documentation reflects the attribute names exactly as TacO would expect for non-exclusive attributes.
:::


## Exclusive Attributes

Be mindful that there are some attributes exclusively supported by Blish HUD.
Expand Down Expand Up @@ -41,7 +46,6 @@ If you need assistance or would like to provide suggestions for future attribute
| [Tip](/docs/marker-dev/attributes/tip) | *Allows you to display a tooltip on markers on the minimap or categories in the category dropdown.* |
| [Toggle](/docs/marker-dev/attributes/toggle) | *Toggles a category on or off. Similar in behavior to the [Show & Hide](/docs/marker-dev/attributes/showhide) attributes.* |


## Attribute Prefixes

Blish HUD supports prefixed attributes. This is to say that any attribute prefixed by `bh-` will be stripped of its prefix and used as a normal attribute. This allows you to create markers, trails, and categories that differ in functionality depending on if the pack is loaded by Blish HUD or TacO. This works because TacO will ignore these attributes entirely as they don't match any of its supported attributes.
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 82c26cb

Please sign in to comment.