OsGetPrimitiveParams

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Updated threat level to match OSSL_Api.cs)
(One intermediate revision by one user not shown)
Line 1: Line 1:
 
{{osslfunc
 
{{osslfunc
|threat_level=High
+
|threat_level=None
 
|permissions=${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
 
|permissions=${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
 
|delay=0
 
|delay=0
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].
* Check [[LSL Status/Functions|llGetPrimitiveParams implementation status]] to see the differences from llGetPrimitiveParams.
+
* 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 no '''primId''' 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.
+
* NOTE: As of OpenSimulator 0.7.1.1, this function doesn't work, results in script error([http://opensimulator.org/mantis/view.php?id=5560 #5560]). It will able to do so on 0.7.2-dev or later.
+
 
|
 
|
 
}}
 
}}

Revision as of 18:47, 30 March 2019

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 None
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