GET STATIC COLLISION HIT
You can use this command to detect whether a specified area within your 3D world is touching a static collision box. By specifying old and recent positions of the specified area, this command not only returns a one if a collision has occured, but fills the get static colliion x,y and z expressions with adjustment values. Applying these values to an object or entity will give the impression of sliding collision.

SYNTAX
Return Value=GET STATIC COLLISION HIT( oldx1,oldy1,oldz1,oldx2,oldy2,oldz2,nx1,ny1,nz1,nx2,ny2,nz2)

RELATED INFO
Basic3D Commands
Glossary

EXAMPLE
Sliding Collision