Collision class, available in: Global contextUsed in collision handlers (On___Collision). Contains the detailed information about the colliding parts (Part1,Part2 and their associated MechParts and Creatures). See the onFoodCollision() function in standard.expdefThis class has 6 members:
sdleiF
object Creature1 ROCreature1
object Creature2 ROCreature2
object MechPart1 ROMechPart1
object MechPart2 ROMechPart2
object Part1 ROPart1
object Part2 ROPart2
Global context