OsSetPrimitiveParams
From OpenSimulator
(Difference between revisions)
												
			| Line 8: | Line 8: | ||
ossl_example =    | ossl_example =    | ||
|    | |    | ||
| − | additional_info =    | + | additional_info = * Sets the parameters for the prim specified by '''prim_uuid''' according to '''rules'''.  | 
| + | * This function has the same behave as llSetPrimitiveParams except you can specify target prim anywhere in the scene.  | ||
| + | * For general information about '''rules''', see [http://wiki.secondlife.com/wiki/LlSetPrimitiveParams llSetPrimitiveParams in SecondLife Wiki].  | ||
| + | * Check [[LSL_Status/Functions|llSetPrimitiveParams implementation status]] to see the differences from llSetPrimitiveParams.  | ||
| + | * If there is no '''prim_uuid''' prim in the scene, or the owner of the target prim is differ from the owner of the scripted prim, it will fail without error.  | ||
|  | |  | ||
}}  | }}  | ||
Revision as of 20:02, 24 June 2011
osSetPrimitiveParams(key prim_uuid, list rules);  | |
| No descriptions provided | |
| Threat Level | High | 
| Permissions | No permissions specified | 
| Extra Delay | No function delay specified | 
| Notes | |
* Sets the parameters for the prim specified by prim_uuid according to rules.
  | |