-
-
Notifications
You must be signed in to change notification settings - Fork 11
visibility
Dade Lamkins edited this page Oct 15, 2022
·
1 revision
Applies To | Blish HUD | TacO | |
---|---|---|---|
Markers, Trails | ✔ | ✔ |
Visibility attributes allow you to indicate where a marker or trail should be shown. By default, markers and trails are visible on the minimap (compass), fullscreen map, and in-game.
Attribute | Data Type | Example | Default Value | Description |
---|---|---|---|---|
minimapvisibility | bool | minimapvisibility="0" |
1 | If set false, the marker or trail will not be displayed on the minimap (compass). |
mapvisibility | bool | mapvisibility="1" |
1 | If set false, the marker or trail will not be displayed on the fullscreen map. |
ingamevisibility | bool | ingamevisibility="0" |
1 | If set false, the marker or trail will not be displayed in-game. |