OsGetPrimitiveParams
From OpenSimulator
(Difference between revisions)
m (some format conversions) |
m (some syntax modification (may be major or minor)) |
||
Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
|threat_level=High | |threat_level=High | ||
− | |function_syntax=osGetPrimitiveParams(key | + | |function_syntax=list osGetPrimitiveParams(key prim, 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 '''prim_uuid''' according to '''rules'''. | |description=* Gets the parameters for the prim specified by '''prim_uuid''' according to '''rules'''. |
Revision as of 02:30, 2 July 2011
list osGetPrimitiveParams(key prim, list rules)
| |
| |
Threat Level | High |
Permissions | No permissions specified |
Extra Delay | No function delay specified |
Example(s) | |
See the example of OsSetPrimitiveParams. |