[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

SetCollision

Set a pointer to a user collision routine.

Declaration

Source position: agraphics.pas line 2078

procedure SetCollision(

  Num: LongWord;

  Routine: TProcedure;

  GInfo: PGelsInfo

);

Arguments

Num

  

Collision vector number

Routine

  

A pointer to the user's collision routine

GInfo

  

A pointer to a GelsInfo structure

Description

Sets a specified entry (num) in the user's collision vectors table equal to the address of the specified collision routine.

See also

InitGels

  

initialize a gel list; must be called before using gels.


Documentation generated on: 2017-01-10