- assigned_to: robgreayer --> elnewfie
- status: open --> pending
Well, they're not that new anymore, but missing from LSL Plus either way.
Missing functions currently include:
list llGetLinkPrimitiveParams(integer link, list params);
llSetLinkPrimitiveParamsFast(integer link, list params);
llLinkParticleSystem(integer link, list params);
llSetLinkTextureAnim(integer link, integer mode, integer face, integer sizex, integer sizey, float start, float length, float rate);
As well as new primitive-params constants including:
PRM_TEXT
PRIM_DESC
PRIM_NAME
PRIM_ROT_LOCAL
It's perfectly easy to work around these for now, but it'd be nice to see them added. If I find time I'll look at adding them myself so that I can custom build LSL Plus, but I really have very little time so it's better if someone who already knows how can do it.