Category talk:OSSL Functions

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 11: Line 11:
 
osSetLinksPrimParams([list integer link1, parameter, values, integer link2, parameter, values,...]);
 
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.[[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).
 +
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: You can use linked message quite easily to perform a reset of linked scripts
 +
3) For osSetLinksPrimParams: You can achieve this quite easily with PRIM_LINK_TARGET

Revision as of 21:07, 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. 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: You can use linked message quite easily to perform a reset of linked scripts 3) For osSetLinksPrimParams: You can achieve this quite easily with PRIM_LINK_TARGET

Personal tools
General
About This Wiki