Changes the displayed tooltip.
Command.Tooltip(target) | |||
Command.Tooltip(target, nil) | |||
Command.Tooltip(owner, buff) | |||
Parameter | Type | Datatype | Description |
---|---|---|---|
buff | parameter | buff | The ID of a buff for the new tooltip. |
nil | parameter | nil | Optional placeholder nil. |
owner | parameter | unit | The ID of the owner of the buff. |
target | parameter | variant | The new tooltip. Currently accepts ability, item, itemtype, or unit IDs. Pass nil to clear the tooltip. |