CombatLogGetCurrentEntry

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 2.4.0 / 1.13.2

Returns the combat log entry that is currently selected by CombatLogSetCurrentEntry().

local timestamp, subevent, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags = CombatLogGetCurrentEntry();

Returns

This function's returns are identical to those of CombatLogGetCurrentEventInfo(). For more details see COMBAT_LOG_EVENT.