Skip to content

llCollisionFilter

Function Syntax
void llCollisionFilter(
  1. string ObjectName,
  2. key ObjectID,
  3. integer Accept // If TRUE, only accept collisions with ObjectName name AND ObjectID (either is optional), otherwise with objects not ObjectName AND ObjectID.
);

Specify an empty string or NULL_KEY for Accept, to not filter on the corresponding parameter.