Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Lag123
Forum: General Authoring Discussion 08-23-14, 02:12 PM
Replies: 16
Views: 9,325
Posted By Lag123
Good Lua book ( for Lua version 5.1...

Good Lua book ( for Lua version 5.1 )
"Programming in Lua" from "Roberto Ierusalimschy"

Online sources ( Lua...
Forum: WoD Beta archived threads 08-20-14, 10:19 AM
Replies: 4
Views: 3,964
Posted By Lag123
http://wowpedia.org/Viewing_Blizzard's_interface_c...

http://wowpedia.org/Viewing_Blizzard's_interface_code

like always
Forum: WoD Beta archived threads 08-20-14, 10:07 AM
Replies: 4
Views: 3,964
Posted By Lag123
creatureDisplayID, descriptionText, sourceText,...

creatureDisplayID, descriptionText, sourceText, isSelfMount = C_MountJournal.GetMountInfoExtra(index)

sourceText
Should contain this info
Forum: Lua/XML Help 08-20-14, 09:23 AM
Replies: 18
Views: 6,707
Posted By Lag123
Best place for optimising here is Remove the...

Best place for optimising here is

Remove the
if not debuffList then return end
because you know that it exist ;)
If you really want to check if the debuffList exists do that before register the...
Showing results 1 to 4 of 4