OsGetPrimitiveParams
From OpenSimulator
(Difference between revisions)
Line 9: | Line 9: | ||
* 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]. | ||
− | + | * If there is prim with id '''primId''' in the scene, or the owner of the target prim is different from the owner of the scripted prim, it will fail without error. | |
− | * If there is | + | |
− | + | ||
| | | | ||
}} | }} |
Revision as of 20:16, 18 December 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 |