llSetLinkPrimitiveParamsFast
function ll.SetLinkPrimitiveParamsFast(LinkNumber: number, Parameters: {any})Set primitive parameters for LinkNumber based on Parameters, without a delay.
Set parameters for link number, from the list of Parameters, with no built-in script sleep. This function is identical to llSetLinkPrimitiveParams, except without the delay.
Parameters
-
LinkNumber(number) - Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag
-
Parameters({any})
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.SetLinkPrimitiveParamsFast().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llSetLinkPrimitiveParamsFast