-
-
Notifications
You must be signed in to change notification settings - Fork 11
type
Dade Lamkins edited this page Oct 15, 2022
·
1 revision
Applies To | Blish HUD | TacO | |
---|---|---|---|
Markers, Trails | ✔ | ✔ |
Indicates which category a marker or trail belongs to. The type represents the tree of category name
attributes delimited by periods. All markers and trails should have a type.
Attribute | Data Type | Example | Description |
---|---|---|---|
type | category | type="mypack.adventures.tickletrahearne" |
The category that the marker or trail belongs to. |
The above category example mypack.adventures.tickletrahearne
represents the same MarkerCategory
structure shown below. The actual category that owns it is highlighted.
<MarkerCategory name="mypack" displayname="My Marker Pack!">
<MarkerCategory name="adventures">
<MarkerCategory name="tickletrahearne" displayname="Tickle Trahearne" />
</MarkerCategory>
</MarkerCategory>