- Added run macro to disable arena team colors, use '/run Details.color_by_arena_team = false;' to disable it.

- Added the core version to show when using /details without parameters.
This commit is contained in:
Tercio
2018-03-16 13:04:05 -03:00
parent 7b9bd30884
commit a6cfb2a188
6 changed files with 18 additions and 11 deletions
+4 -1
View File
@@ -214,7 +214,10 @@ deaths = combat:GetDeaths()
@COMMENTreturns a numeric table containing the deaths, table is ordered by first death to last death.@
combatNumber = combat:GetCombatNumber()
@COMMENTreturns the unique ID number for the combat.@
@COMMENTreturns an ID for the combat, this number is unique among other combats.@
combatId = combat:GetCombatId()
@COMMENTreturns an ID for the combat, this number represents valid combat, it may have the same ID of a previous invalid combat.@
container = combat:GetContainer ( attribute )
@COMMENTreturns the container table for the requested attribute.@