Set a pointer to a user collision routine.
Source position: agraphics.pas line 2382
procedure SetCollision( |
num: LongWord; |
routine: tPROCEDURE; |
gelsInfo: pGelsInfo |
); |
num |
|
Collision vector number |
routine |
|
A pointer to the user's collision routine |
Sets a specified entry (num) in the user's collision vectors table equal to the address of the specified collision routine.
|
initialize a gel list; must be called before using gels. |