• 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.

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

Status
Not open for further replies.
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