- 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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user