DQBsetCollideMethod
SUB

Prototype

DECLARE SUB DQBsetCollideMethod (BYVAL Method)

Parameters

Method - Collision detection method to be used

Returns

none

Description

Sets the collision detection method to be used by the DQBcollide function. The method parameter can be 0 (bounding box check) or 1 (pixel-perfect check); you can use the BOX and PIXEL constants for ease.

Notes:

none