- Fixed bookmark for segments (shift+right click).

- Fixed an issue with Chat Tab Embed when embeding only one window.
This commit is contained in:
Tercio
2015-11-14 17:54:51 -02:00
parent 3ca239e03f
commit 83e9749c3f
5 changed files with 24 additions and 7 deletions
+13
View File
@@ -63,6 +63,19 @@
end
end
end
function _detalhes:UnpackDeathTable (t)
local deathevents = t[1]
local deathtime = t[2]
local playername = t[3]
local playerclass = t[4]
local playermaxhealth = t[5]
local deathtimestring = t[6]
local lastcooldown = t.last_cooldown
local deathcombattime = t.dead_at
return playername, playerclass, deathtime, deathcombattime, deathtimestring, playermaxhealth, deathevents, lastcooldown
end
--> get the fractional number representing the alphabetical letter
function _detalhes:GetOrderNumber (who_name)