Category talk:OSSL Functions

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m
(2 intermediate revisions by one user not shown)
Line 15: Line 15:
 
<br />1) Do not implement a new function before it is documented I think a bad idea because in this case we will have much less new functions.
 
<br />1) Do not implement a new function before it is documented I think a bad idea because in this case we will have much less new functions.
 
<br />  (note that efforts have been made to better document the new functions).
 
<br />  (note that efforts have been made to better document the new functions).
<br />2) For osResetLinkScript: You can use linked message quite easily to perform a reset of linked scripts
+
<br />2) For osResetLinkScript: [[osResetAllScripts]] (This function was added to 0.9.1.0, Oct 10, 2019)
 
<br />3) For osSetLinksPrimParams: You can achieve this quite easily with PRIM_LINK_TARGET
 
<br />3) For osSetLinksPrimParams: You can achieve this quite easily with PRIM_LINK_TARGET
 +
<br />Best regards, djphil

Revision as of 01:09, 11 October 2019

The page here requires updates. reference User:WhiteStar#OSSL-Functions_Table

PROPOSAL: No new OSSL functions be implemented, until developers fully document the OSSL functions they've already created, in this wiki.Mlorrey (talk) 20:21, 14 April 2017 (PDT)

Totally agree!! Gwyneth Llewelyn (talk) 03:05, 16 September 2018 (PDT)

PROPOSED OSSL FUNCTIONS:

osResetLinkScript([list integer link1,script name1, script name2, integer link2, script name3, script name4]);

::Resets specified scripts in a  list of links. Mlorrey (talk) 11:32, 3 October 2019 (PDT)

osSetLinksPrimParams([list integer link1, parameter, values, integer link2, parameter, values,...]);

Executes prim parameter changes simultaneously. Of immense use in models of machinery, robots, clocks, any sort of heirarchical movement of linksets. To limit threat level, place a limit of, say, 16 links that can be manipulated with a single function.Mlorrey (talk) 11:32, 3 October 2019 (PDT)


Hello, I allow myself to participate in your discussion (if you want to erase my message, no problem).
1) Do not implement a new function before it is documented I think a bad idea because in this case we will have much less new functions.
(note that efforts have been made to better document the new functions).
2) For osResetLinkScript: osResetAllScripts (This function was added to 0.9.1.0, Oct 10, 2019)
3) For osSetLinksPrimParams: You can achieve this quite easily with PRIM_LINK_TARGET
Best regards, djphil

Personal tools
General
About This Wiki