-
-
Notifications
You must be signed in to change notification settings - Fork 11
copy
Applies To | Blish HUD | TacO | |
---|---|---|---|
Categories, Markers | ✔ |
:::info
TacO does not support the copy attribute on category separators like Blish HUD does.
:::
Allows you to set a value to the users clipboard. Good for providing waypoints, build templates, and more.
Attribute | Data Type | Example | Description |
---|---|---|---|
copy | arbitrary text | copy="[&BOAHAAA=]" |
The text assigned to the clipboard. |
copy-message | arbitrary text | copy-message="Jacka Itzel waypoint copied!" |
The message shown on screen when the copy is activated. |
When interacted with (typically the F key), a marker with the copy
attribute will activate. Certain other attributes (shown below) can modify the default activation behavior.
When applied to a separator category, clicking on the separator will activate the copy and display the copy message.
The distance from a marker in which it can be activated is defined by the triggerrange
attribute.
By default, a copy is not activated unless the player press the interact (typically the F key) while within the distance specified by triggerrange
. If the autotrigger
attribute is set to true, however, a copy will occur when the character enteres the triggerrange
automatically.
Users may limit what automatic behaviors they consent to. Regarding the copy attribute, users can select one of three behavior consent levels.
Allow markers to set clipboard... | Description |
---|---|
Always (Default) | Markers can set the clipboard automatically when in range or when interacted without limitation. |
Only When Interacted With | Copy auto trigger is disabled. The copy attribute will only be activated when manually interacted with by the player. |
Never | Markers will be entirely unable to set the clipboard. |