4 LibCombatlog_data
robin edited this page 2021-01-17 14:30:16 +01:00

The first element is always the event. What follows are the returns of CombatLogGetCurrentEventInfo()
Check https://wow.gamepedia.com/COMBAT_LOG_EVENT for detailed info.

[1] = event,
[2] = time,
[3] = type,
[4] = hideCaster,
[5] = sourceGUID,
[6] = sourceName,
[7] = sourceFlags,
[8] = sourceRaidFlags,

Depending of the type the other elements may vary.

[9] = destGUID,
[10] = destName,
[11] = destFlags,
[12] = destRaidFlags,