• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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