Skip to main content

Type

Applies ToBlish HUD (Pathing)TacOBurrito
Markers, Trails

Description

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.

AttributeData TypeDefault ValueExampleDescription
typestringmypack.adventures.tickletrahearneThe category that the marker or trail belongs to.

Example

The above category example mypack.adventures.tickletrahearne represents the same MarkerCategory structure shown below.

<MarkerCategory name="mypack" displayname="My Marker Pack!">
<MarkerCategory name="adventures">
<MarkerCategory name="tickletrahearne" displayname="Tickle Trahearne" />
</MarkerCategory>
</MarkerCategory>