-
Notifications
You must be signed in to change notification settings - Fork 0
Combat Log
rmx edited this page May 30, 2016
·
1 revision
The combat log is a list where combat log events are buffered until they can be processed.
After each packet, the combat log is inspected. If the combat log contains one or more events, they are immediately processed. The events are processed sequentially, until the combat log is empty.
New events generated while processing the combat log can be inserted into the current combat log, or queued in the scheduler to be executed at a later time.
See also Combat Log Event.