GLBasic User Manual

Main sections

X_GETCOLLISIONFACE()

id% = X_GETCOLLISIONFACE()



Returns the index of the surface that triggered a collision in the last X_COLLISION... query.

Information about the face can be retrieved with the command X_GETFACE id%, f[].

See also...