WoW:API CombatTextSetActiveUnit: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{wowapi}} Alters the entity for which the COMBAT_TEXT_UPDATE event fires. CombatTextSetActiveUnit("unit"); == Arguments == ; unit : String - UnitId of the entity you want …') |
m (Move page script moved page API CombatTextSetActiveUnit to API CombatTextSetActiveUnit without leaving a redirect) |
(No difference)
|
Latest revision as of 04:45, 15 August 2023
← WoW API < CombatTextSetActiveUnit
Alters the entity for which the COMBAT_TEXT_UPDATE event fires.
CombatTextSetActiveUnit("unit");
Arguments[edit]
- unit
- String - UnitId of the entity you want receive notifications for.
Notes[edit]
- The event is tied to the entity rather than the unit -- thus, if you call CombatTextSetActiveUnit("target") and then target something else, you'll get notifications for the unit you were targeting when calling the function, rather than your new target.
- Only one unit can be "active" at a time.
- The COMBAT_TEXT_UPDATE event is used in to provide part of Blizzard's Floating Combat Text functionality; it fires to notify of aura gains/losses and incoming damage and heals.