llGetPrimMediaParams
function ll.GetPrimMediaParams(Face: number, Parameters: {any}): {any}Returns the media parameters for a particular face on an object, given the desired list of parameter names, in the order requested. Returns an empty list if no media exists on the face.
Parameters
-
Face(number) - face number
-
Parameters({any}) - One or more PRIM_MEDIA_* flags
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.GetPrimMediaParams().
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: llGetPrimMediaParams