- Create Aura and API window moved to the new plugin window.

- API ingame list updated.
- API: added global consts for segment ids: DETAILS_SEGMENTID_OVERALL and DETAILS_SEGMENTID_CURRENT.
- API: added alias Details:GetActor ("playerName").
This commit is contained in:
Tercio
2017-12-22 09:09:34 -02:00
parent 34a71a8846
commit 8b16b16b21
10 changed files with 855 additions and 603 deletions
+9
View File
@@ -197,12 +197,21 @@ returns the total of the requested attribute.
mythictInfo = combat:GetMythicDungeonInfo()
returns a table with information about the mythic dungeon encounter.
mythicTrashInfo = combat:GetMythicDungeonTrashInfo()
returns a table with information about the trash cleanup for this combat.
isMythicDungeonSegment = combat:IsMythicDungeon()
returns if the segment is from a mythic dungeon.
isMythicDungeonOverallSegment = combat:IsMythicDungeonOverall()
returns if the segment is an overall mythic dungeon segment.
combatType = combat:GetCombatType()
returns the combat identification (see segment types).
alternatePowerTable = combat:GetAlteranatePower()
returns a table containing information about alternate power gains from players.
--------------------------------------------------------------------
Other Calls: