ClearPrimMedia
llClearPrimMedia
|
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 llClearPrimMedia( integer face );
Clears (deletes) the media and all params from the given face.
Returns an integer that is always zero. This is most certainly an error - SVC-4939
If face is ALL_SIDES then the function works on all sides.
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.
Deep Notes
History
Signature
|
function integer llClearPrimMedia( integer face );
|