Skip to content

llSetPrimMediaParams

function ll.SetPrimMediaParams(Face: number, MediaParameters: {any}): number

Sets 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)

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.