_cldwithrobots
Value Type
| numeric, array |
Descriptions
A 2 dimensional array describing the number of times a robot has collided with other robots.
| Variable | Description |
| _cldwithrobots[0] | Collisions with all robots over entire match |
| _cldwithrobots[0][n] | Collisions with robot with id n over entire match |
| _cldwithrobots[1] | Collisions with all robots in current game |
| _cldwithrobots[1][n] | Collisions with robot with id n in current game |
Where n is a robot id ranging from 0 to (_robotstotal-1).
See Also