OsGetPrimitiveParams
From OpenSimulator
(Difference between revisions)
(Added note stating which version of OpenSim introduced this function) |
|||
Line 4: | Line 4: | ||
|delay=0 | |delay=0 | ||
|additional_info=This function was added in 0.7 | |additional_info=This function was added in 0.7 | ||
− | |function_syntax=list osGetPrimitiveParams(key | + | |function_syntax=list osGetPrimitiveParams(key primId, list rules) |
|ossl_example=See the example of [[OsSetPrimitiveParams]]. | |ossl_example=See the example of [[OsSetPrimitiveParams]]. | ||
− | |description=* Gets the parameters for the prim specified by ''' | + | |description=* Gets the parameters for the prim specified by '''primId''' according to '''rules'''. |
* 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 12:14, 14 November 2018
list osGetPrimitiveParams(key primId, list rules)
| |
| |
Threat Level | High |
Permissions | ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
Extra Delay | 0 seconds |
Example(s) | |
See the example of OsSetPrimitiveParams. | |
Notes | |
This function was added in 0.7 |