OsGetPrimitiveParams

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Robot: Cosmetic changes)
m (Added permissions and delay information)
Line 1: Line 1:
 
{{osslfunc
 
{{osslfunc
 
|threat_level=High
 
|threat_level=High
 +
|permissions=${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
 +
|delay=0
 
|function_syntax=list osGetPrimitiveParams(key prim, list rules)
 
|function_syntax=list osGetPrimitiveParams(key prim, list rules)
 
|ossl_example=See the example of [[OsSetPrimitiveParams]].
 
|ossl_example=See the example of [[OsSetPrimitiveParams]].

Revision as of 12:21, 25 October 2017

list osGetPrimitiveParams(key prim, list rules)
  • Gets the parameters for the prim specified by prim_uuid 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.
  • Check llGetPrimitiveParams implementation status to see the differences from llGetPrimitiveParams.
  • If there is no prim_uuid 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(#5560). It will able to do so on 0.7.2-dev or later.
Threat Level High
Permissions ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
Extra Delay 0 seconds
Example(s)
See the example of OsSetPrimitiveParams.
Personal tools
General
About This Wiki