Currently, llSetLinkGltfOverrides takes a link number parameter.
In some programming paths, it's useful to then be able to swap to another link number within the same function call.
llSetLinkPrimitiveParamsFast already supports this path by way of PRIM_LINK_TARGET , which allows the command to select another link to work on. This should also be supported by llSetLinkGltfOverrides