Thread: Update 2.5
View Single Post
07/19/16, 10:31 AM   #31
Weolo
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 79
Storing data

Then it looks like instead of using either of these 2 functions to store addon data against:

GetUnitName("player")
GetRawUnitName("player")

We should actually be using:

GetCurrentCharacterId()

I did a very quick test and the ID seems unique to the character and was the same after using a character name change token.

Also looking forward to making use of GetCharacterInfo(index)

Last edited by Weolo : 07/19/16 at 10:33 AM.
  Reply With Quote