Difference between revisions of "LlPassCollisions"

From Second Life Wiki
Jump to navigation Jump to search
m (multi lang)
m (fixe)
Line 1: Line 1:
{{Multi-lang}}{{LSL_Function
{{LSL_Function
|func_id=166|func_sleep=0.0|func_energy=10.0
|func_id=166|func_sleep=0.0|func_energy=10.0
|func=llPassCollisions|p1_type=integer|p1_name=pass|p1_desc=boolean, if {{LSLG|TRUE}}, collisions are passed from children on to parents
|func=llPassCollisions|p1_type=integer|p1_name=pass|p1_desc=boolean, if {{LSLG|TRUE}}, collisions are passed from children on to parents

Revision as of 13:21, 29 January 2008

Summary

Function: llPassCollisions( integer pass );

Sets pass-collisions prim attribute.

• integer pass boolean, if TRUE, collisions are passed from children on to parents

default is FALSE.

Examples

See Also

Deep Notes

Search JIRA for related Issues

Signature

function void llPassCollisions( integer pass );