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.
Back
Top