OsGetPrimitiveParams
From OpenSimulator
(Difference between revisions)
m (some format conversions) |
|||
| Line 1: | Line 1: | ||
| − | {{osslfunc | + | {{osslfunc |
| − | threat_level = High | + | |threat_level=High |
| − | | | + | |function_syntax=osGetPrimitiveParams(key prim_uuid, list rules); |
| − | function_syntax = | + | |ossl_example=See the example of [[OsSetPrimitiveParams]]. |
| − | osGetPrimitiveParams(key prim_uuid, list rules); | + | |description=* Gets the parameters for the prim specified by '''prim_uuid''' according to '''rules'''. |
| − | + | ||
| − | | | + | |
| − | ossl_example = See the example of [[OsSetPrimitiveParams]]. | + | |
| − | | | + | |
| − | + | ||
* This function has the same behave as llGetPrimitiveParams except you can specify target prim anywhere in the scene. | * This function has the same behave as llGetPrimitiveParams except you can specify target prim anywhere in the scene. | ||
* For general information about '''rules''', see [http://wiki.secondlife.com/wiki/LlGetPrimitiveParams llGetPrimitiveParams in SecondLife Wiki]. | * For general information about '''rules''', see [http://wiki.secondlife.com/wiki/LlGetPrimitiveParams llGetPrimitiveParams in SecondLife Wiki]. | ||
Revision as of 20:34, 1 July 2011
osGetPrimitiveParams(key prim_uuid, list rules);
| |
| |
| Threat Level | High |
| Permissions | No permissions specified |
| Extra Delay | No function delay specified |
| Example(s) | |
| See the example of OsSetPrimitiveParams. | |