llSetPrimMediaParams

From Second Life Wiki
Revision as of 13:55, 19 October 2009 by Strife Onizuka (talk | contribs) (Created page with '{{Issues/SVC-4939}}{{LSL_Generic/pre-release|function|server-release=1.33.0|client-release=1.24.4}}{{LSL_Function/face|face}}{{LSL_Function |func_id=350|func_sleep=1.0|func_energ...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Emblem-important-red.png Pre-release Documentation Warning!

This function is not available yet. This documentation was written prior to its final release so it may not match the final implementation.It is slated for release in Server 1.33.0 and Client 1.24.4.

Summary

Function: integer llSetPrimMediaParams( integer face, list params );

Set the media params for a particular face.
Returns an integer that is always zero. This is most certainly an error - SVC-4939

• integer face face number or ALL_SIDES
• list params a set of name/value pairs (in no particular order)

If face is ALL_SIDES then the function works on all sides.

Template:LSL Function/prim-media

Caveats

  • This function causes the script to sleep for 1.0 seconds.
  • The function silently fails if its face value indicates a face that does not exist.
  • If prim-media is not already on this object, add it.
  • Params not specified are unchanged, or if new media is added set to the default specified.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Functions

•  llGetPrimMediaParams
•  llClearPrimMedia

Deep Notes

History

All Issues

~ Search JIRA for related Issues
   SVN Changeset 2816 in Trunk is immature

Signature

function integer llSetPrimMediaParams( integer face, list params );