OsGetPrimitiveParams

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Threat-Level=High
+
{{osslfunc
 
+
|threat_level=High
Function Returns: list
+
|permissions=${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
 
+
|delay=0
Command: osGetPrimitiveParams(key prim_UUID, list rules);
+
|additional_info=This function was added in 0.7
 
+
|function_syntax=list osGetPrimitiveParams(key primId, list rules)
Requires examples.
+
|ossl_example=See the example of [[OsSetPrimitiveParams]].
 
+
|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.
[[Category:OSSL]]
+
* For general information about '''rules''', see [http://wiki.secondlife.com/wiki/LlGetPrimitiveParams llGetPrimitiveParams in SecondLife Wiki].
[[Category:OSSL functions without example]]
+
* 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.
 +
|
 +
}}

Revision as of 21:16, 18 December 2018

list osGetPrimitiveParams(key primId, list rules)
  • 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.
  • For general information about rules, see 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.
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
Personal tools
General
About This Wiki