• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Desync Safety of BlzSetAbility..() functions

Status
Not open for further replies.
Level 2
Joined
Feb 23, 2017
Messages
9
Does anyone know if things like

Code:
if (GetLocalPlayer() == p)
    BlzSetAbilityIcon(abilId,icon)
    BlzSetAbilityExtendedTooltip(abilId, tooltipExtended, 1)
    BlzSetAbilityTooltip(abilId, tooltip, 1)

will cause desyncs? I'm interested in changing ability icons/text for different players, but I don't want to make per-player duplicates of everything.
 
Status
Not open for further replies.
Top