Difference between revisions of "LlVolumeDetect"

From Second Life Wiki
Jump to navigation Jump to search
m (LSL llVolumeDetect moved to LlVolumeDetect: removing prefix)
Line 11: Line 11:
|examples
|examples
|helpers
|helpers
|also_functions
|also_functions=
|also_events
{{LSL DefineRow||[[llPassCollisions]]|}}
|also_events=
{{LSL DefineRow||[[collision_start]]|}}
{{LSL DefineRow||[[collision]]|}}
{{LSL DefineRow||[[collision_end]]|}}
|also_tests
|also_tests
|also_articles
|also_articles

Revision as of 19:36, 2 March 2007

Summary

Function: llVolumeDetect( integer detect );

If detect is TRUE, object becomes phantom but triggers collision_start and collision_end events when other objects start and stop interpenetrating.

• integer detect

Caveats

  • Must be applied to the root prim.
  • Does not work on attachments.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Events

•  collision_start
•  collision
•  collision_end

Functions

•  llPassCollisions

Deep Notes

Search JIRA for related Issues

Signature

function void llVolumeDetect( integer detect );