Forgot? Join

Scripting

LSL Guide

Every script function this grid actually runs, read straight from the region software rather than copied from a wiki — including the wolf* functions that exist only here.

Functions · Constants

llVolumeDetect

LSL
void llVolumeDetect(integer detect)

If DetectEnabled = TRUE, object becomes phantom but triggers collision_start and collision_end events when other objects start and stop interpenetrating.\ If another object (including avatars) interpenetrates it, it will get a collision_start event.\ When an object stops interpenetrating, a collision_end event is generated. While the other is inter-penetrating, collision events are NOT generated.

Parameters

TypeName
integer detect
Energy 10

The Linden Scripting Library — what every SL-compatible grid provides.

More in LSL