This section describes all combat participant properties. Each unit taking part in a fight is described by one such object. It can be accessed using Unit(n) as a combat property.

For example, this code iterates through all fights, then through all units, and prints their names:

 ForEach Vcr Do ForEach Unit Do Print Name

Properties of the first and second combat participants are also accessible as Left.Xxx and Right.Xxx combat properties.