(AGK version: 108.24)
Submitted: 2015-12-29 16:01:46
	if GetObject3DPhysicsFirstContact( objID ) 
		while GetObject3DPhysicsNextContact() 
			contactObjB  = GetObject3DPhysicsContactObjectB()
			x = GetObject3DPhysicsContactX()
			y = GetObject3DPhysicsContactY()
			z = GetObject3DPhysicsContactZ()
			Print( "First Contact Obj ID:" + str( contactObjB ) )
			Print( "Contact Position:" + str( x ) + "," + str( y ) + "," + str( z ) )
		endwhile
	endif
Help make AGK better by submitting an example for this command!
(All examples are subject to approval)
Login to post an example of your own.