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:

type and namedescriptioncomments
object Part1
object field
Part1  
object Part2
object field
Part2  
object MechPart1
object field
MechPart1  
object MechPart2
object field
MechPart2  
object Creature1
object field
Creature1  
object Creature2
object field
Creature2  

Global context