llSetLinkTexture
function ll.SetLinkTexture(LinkNumber: number, Texture: string, Face: number)Sets the Texture of Face on a linked prim, specified by LinkNumber. Texture may be a UUID or name of a texture in prim inventory.
Parameters
-
LinkNumber(number) -
Texture(string) -
Face(number)
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.SetLinkTexture().
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: llSetLinkTexture