info - blish-hud/Pathing GitHub Wiki
| Applies To | Blish HUD | TacO | |
|---|---|---|---|
| Markers | ✔ | ✔ |
Allows you to show text on screen while the user is in range of the marker.
| Attribute | Data Type | Example | Description |
|---|---|---|---|
| info | arbitrary text | info="Collect trinkets to complete the heart.
Deliver trinkets: 30%
Rescue pirates: 17%" |
The text shown on screen when the character is in range. |
| inforange | float | inforange="14.7" |
The distance away that the info text will begin showing on screen. |
:::info Multi-line info
XML's escaped newline 
 is supported and will allow you to show messages which intentionally span multiple lines in the info.
:::
| Attribute | How |
|---|---|
| TriggerRange |
inforange acts as an alias for triggerrange in Blish HUD's Pathing module. |