-
Notifications
You must be signed in to change notification settings - Fork 2
Description
llSetPrimitiveParams
and llSetLinkPrimitiveParams
are both worse versions of llSetLinkPrimitiveParamsFast
— they both have a forced sleep and the former doesn't support linksets.
They also complicate documentation by confusing users if we don't direct them straight to the recommended llSetLinkPrimitiveParamsFast
function.
If users did need the sleep they can always use llSleep
, which is better in practice as it is intentional (no surprise lag that requires precognition (e.g. having looked up that specific detail in the documentation)) and can be finetuned.
The reason for the deprecation is to encourage better scripting practices, streamlining documentation to a recommended path, downstream implications like syntax highlighting of deprecated functions, etc.
PR is #18
This repo is using Opire - what does it mean? 👇
💵 Everyone can add rewards for this issue commenting
/reward 100
(replace 100
with the amount).🕵️♂️ If someone starts working on this issue to earn the rewards, they can comment
/try
to let everyone know!🙌 And when they open the PR, they can comment
/claim #19
either in the PR description or in a PR's comment.🪙 Also, everyone can tip any user commenting
/tip 20 @Martin-Pitt
(replace 20
with the amount, and @Martin-Pitt
with the user to tip).📖 If you want to learn more, check out our documentation.