Collision class in Global context

Used 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.expdef

6 members:

object Creature1
object

Creature1

object Creature2
object

Creature2

object MechPart1
object

MechPart1

object MechPart2
object

MechPart2

object Part1
object

Part1

object Part2
object

Part2


Global context