LoggingCombat
|
Enables or disables saving combat log data to a file.
|
CombatLog_Object_IsA
|
Returns whether an entity from the combat log matches a given filter.
|
CombatLogSetRetentionTime
|
Sets the amount of time combat log entries will be stored.
|
CombatLogSetCurrentEntry
|
Sets the "cursor" position used by other CombatLog functions.
|
CombatLogResetFilter
|
Removes any filters applied to the combat log.
|
CombatLogGetRetentionTime
|
Returns the amount of time combat log entries are stored.
|
CombatLogGetNumEntries
|
Returns the number of available combat log events.
|
CombatLogGetCurrentEntry
|
Returns the combat log event information for the current entry and advances to the next entry.
|
CombatLogClearEntries
|
Removes all entries from the combat log.
|
CombatLogAdvanceEntry
|
Advances the "cursor" position used by other CombatLog functions.
|
CombatLogAddFilter
|
Adds a filter to the combat log system.
|
LoggingCombat
|
Enables or disables saving combat log data to a file.
|