06-12-2007 17:21
https://jira.secondlife.com/browse/SVC-224

Need a version of llGetPrimitiveParams designed to work in link sets as a counterpart to llSetLinkPrimitiveParams.

Currently, modifying linksets programmatically requires either laborious manually copying scripts into each item in the links or convoluted programmatic giving of scripts using either llRemoteLoadScriptPin or llGiveInventory, neither of which should be necessary when the purpose of putting these scripts in is solely for the purpose of performing the types of actions that could easily be accomplished with a llGetLinkPrimitiveParams function. Less lag would also result.