• 🏆 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!

[General] Will these natives cause a desync with GetLocalPlayer?

Status
Not open for further replies.
Level 19
Joined
Aug 16, 2007
Messages
881
Hello,

The natives listed below that were introduced in 1.29, do they cause a desync if used with GetLocalPlayer?

JASS:
call BlzSetAbilityIcon
call BlzSetAbilityPosX
call BlzSetAbilityPosY
call BlzSetAbilityTooltip
call BlzSetAbilityExtendedTooltip
I asume not, as the change should only happen on the client, right?


Bonus Question:
Is there a way to change the Icon of an item-type? I'm only able to find
JASS:
call BlzSetItemIconPath
that changes the Icon of a targeted item, not its type.


Thanks!
 
Status
Not open for further replies.
Top