- 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:
parent
7b9bd30884
commit
a6cfb2a188
6 changed files with 18 additions and 11 deletions
5
API.lua
5
API.lua
|
|
@ -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.@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue