Category talk:OSSL Functions
From OpenSimulator
(4 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
+ | On May 5th, 2023, I deleted all (New) entries from OSSL that are older than 12 months. User Manni | ||
+ | |||
The page here requires updates. reference [[User:WhiteStar#OSSL-Functions_Table]] | The page here requires updates. reference [[User:WhiteStar#OSSL-Functions_Table]] | ||
Line 12: | Line 14: | ||
::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.[[User:Mlorrey|Mlorrey]] ([[User talk:Mlorrey|talk]]) 11:32, 3 October 2019 (PDT) | ::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.[[User:Mlorrey|Mlorrey]] ([[User talk: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). | + | <br />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. | + | <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). | |
− | 2) For osResetLinkScript: | + | <br />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 | + | <br />3) For osSetLinksPrimParams: You can achieve this quite easily with PRIM_LINK_TARGET |
+ | <br />Best regards, djphil |
Latest revision as of 08:16, 5 May 2023
On May 5th, 2023, I deleted all (New) entries from OSSL that are older than 12 months. User Manni
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,...]);
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