llSetLinkMedia
function ll.SetLinkMedia(Link: number, Face: number, Parameters: {any}): numberSet the media parameters for a particular face on linked prim, specified by Link. Returns an integer that is a STATUS_* flag which details the success/failure of the operation(s).
MediaParameters is a set of name/value pairs in no particular order. Parameters not specified are unchanged, or if new media is added then set to the default specified.
Parameters
-
Link(number) - Link number (0: unlinked, 1: root prim, >1: child prims).
-
Face(number) - Face number.
-
Parameters({any}) - A set of name/value pairs (in no particular order)
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.SetLinkMedia().
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: llSetLinkMedia