Showing results 1 to 11 of 11
Search took 0.00 seconds.
Search: Posts Made By: SDPhantom
Forum: Wish List 12-09-12, 05:53 PM
Replies: 38
Views: 43,732
Posted By SDPhantom
From some of my testing, the same conclusion...

From some of my testing, the same conclusion happens that I had observed earlier pre-MoP. Tooltips from the unit hyperlink only displays useful information past race/class only if said unit is within...
Forum: Wish List 12-04-12, 06:32 PM
Replies: 38
Views: 43,732
Posted By SDPhantom
A coroutine represents a thread, but isn't a real...

A coroutine represents a thread, but isn't a real one. If you have a coroutine run an infinite loop in the game client, it'll freeze it the same way as if you had code in the main stack do so. This...
Forum: Wish List 12-04-12, 05:44 PM
Replies: 38
Views: 43,732
Posted By SDPhantom
One problem would be if you're to call a function...

One problem would be if you're to call a function and need a return from it, you can't halt execution to wait for a script to fire. The game only allows a single thread to run the Lua engine, so the...
Forum: Wish List 12-04-12, 04:13 PM
Replies: 38
Views: 43,732
Posted By SDPhantom
I'm not sure if Tooltip:SetHyperlink() fires...

I'm not sure if Tooltip:SetHyperlink() fires OnTooltipSetUnit on unit hyperlinks. Again, all this is pending results of a series of tests I need to do and unfortunately, I can't perform them at work...
Forum: Wish List 12-04-12, 01:46 PM
Replies: 38
Views: 43,732
Posted By SDPhantom
I'll have to do some further tests with the...

I'll have to do some further tests with the tooltips for the unit hyperlink. Previously, I've noticed it only returns useful data if the player in question is within the game client's visible range....
Forum: Wish List 12-04-12, 10:22 AM
Replies: 38
Views: 43,732
Posted By SDPhantom
They already link the internal data from...

They already link the internal data from UnitClass() (http://www.wowpedia.org/API_UnitClass), UnitRace() (http://www.wowpedia.org/API_UnitRace), and even UnitSex()...
Forum: Wish List 12-03-12, 09:28 PM
Replies: 38
Views: 43,732
Posted By SDPhantom
The topic of the "error or glitch" was in...

The topic of the "error or glitch" was in perspective of an addon and not the game client. This discussion is about a suggestion to add more data to a function to continue the consistent...
Forum: Wish List 12-03-12, 12:31 AM
Replies: 38
Views: 43,732
Posted By SDPhantom
Ok, I just ran a find command for...

Ok, I just ran a find command for SendAddonMessage as per your post and it found nothing when it was actually SendAddonChatMessage. :D




How often an error happens is irrelevant to a glitch...
Forum: Wish List 12-01-12, 10:31 AM
Replies: 38
Views: 43,732
Posted By SDPhantom
As mentioned, even with the slim chance of it...

As mentioned, even with the slim chance of it ever happening, the language passed isn't specific enough when dealing with the Pandaren racial language. This was one of the first solutions I checked...
Forum: Wish List 11-30-12, 05:51 PM
Replies: 38
Views: 43,732
Posted By SDPhantom
Yes, this is for code responding to chat events...

Yes, this is for code responding to chat events where there are no valid UnitIDs. An example is for a custom language addon like Tongues to be able to tell an Alliance Pandaren from a Horde one and...
Forum: Wish List 09-04-12, 11:28 AM
Replies: 38
Views: 43,732
Posted By SDPhantom
Faction from GetPlayerInfoByGUID()

It would be nice to have faction as a return from GetPlayerInfoByGUID(). Currently, lack of this information hinders the default language set support for addons that add custom languages. For now,...
Showing results 1 to 11 of 11