Category talk:OSSL Functions
From OpenSimulator
(Difference between revisions)
												
			m  | 
			|||
| Line 4: | Line 4: | ||
:: Totally agree!! [[User:Gwyneth Llewelyn|Gwyneth Llewelyn]] ([[User talk:Gwyneth Llewelyn|talk]]) 03:05, 16 September 2018 (PDT)  | :: Totally agree!! [[User:Gwyneth Llewelyn|Gwyneth Llewelyn]] ([[User talk: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.  | ||
| + | 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.  | ||
Revision as of 10:32, 3 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.
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.