Difference between revisions of "User:Cerise Sorbet/Menu cross reference"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
{{LSL Function
{{LSL Function
<!-- |func_id=259|func_sleep=0.2|func_energy=10.0 -->
|func_id=259|func_sleep=0.2|func_energy=10.0
|func=llSetPrimitiveParams|sort=SetPrimitiveParams
|func=llSetPrimitiveParams|sort=SetPrimitiveParams
|p1_type=list|p1_name=rules
|p1_type=list|p1_name=rules
Line 6: Line 6:
|func_footer=This is a very powerful & sharp function, each rule takes at least one parameter and has its own quirks. Each PRIM_* rule has its own dedicated article with specific information.
|func_footer=This is a very powerful & sharp function, each rule takes at least one parameter and has its own quirks. Each PRIM_* rule has its own dedicated article with specific information.
|spec
|spec
|caveats=
<!-- |caveats=
*Scripts written before September 2004 that use [[PRIM_TYPE]] depend on PRIM_TYPE to have the value 1; if these scripts are recompiled, the new value of {{HoverText|PRIM_TYPE|Value: 9}} will be used causing errors at runtime.
*Scripts written before September 2004 that use [[PRIM_TYPE]] depend on PRIM_TYPE to have the value 1; if these scripts are recompiled, the new value of {{HoverText|PRIM_TYPE|Value: 9}} will be used causing errors at runtime.
**To fix this replace the PRIM_TYPE flag with the value 1 or updated to the newer PRIM_TYPE syntax.
**To fix this replace the PRIM_TYPE flag with the value 1 or updated to the newer PRIM_TYPE syntax.
Line 107: Line 107:
|cat4=Texture
|cat4=Texture
|cat5=Object
|cat5=Object
|cat6=PrimitiveParams
|cat6=PrimitiveParams -->
}}
}}

Revision as of 14:36, 16 December 2010

Summary

Function: llSetPrimitiveParams( list rules );

Sets the prims parameters according to rules.

• list rules

This is a very powerful & sharp function, each rule takes at least one parameter and has its own quirks. Each PRIM_* rule has its own dedicated article with specific information.

Caveats

  • This function causes the script to sleep for 0.2 seconds.
All Issues ~ Search JIRA for related Bugs

Examples

Deep Notes

Search JIRA for related Issues

Signature

function void llSetPrimitiveParams( list rules );