llSetPrimMediaParams
function ll.SetPrimMediaParams(Face: number, MediaParameters: {any}): numberSets the MediaParameters for a particular Face on the prim. 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
-
Face(number) - Face number
-
MediaParameters({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.SetPrimMediaParams().
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: llSetPrimMediaParams