Difference between revisions of "LlClearPrimMedia"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
{{Issues/SVC-4939}}{{LSL_Function/face|face|notall=*}}{{LSL_Function
{{LSL_Function
|inject-2={{Issues/SVC-4939}}{{LSL_Function/face|face|notall=*}}
|func_id=352|func_sleep=1.0|func_energy=10.0|mode
|func_id=352|func_sleep=1.0|func_energy=10.0|mode
|func=llClearPrimMedia|return_type=integer
|func=llClearPrimMedia|return_type=integer
|p1_type=integer|p1_name=face|p1_desc
|p1_type=integer|p1_name=face|p1_desc
|func_footnote=
|func_footnote=
|func_desc=Clears (deletes) the media and all {{HoverText|params|params specified by llSetPrimMediaParams}} from the given '''face'''.
|func_desc=Clears (deletes) the media and all {{HoverText|params|params specified by llSetPrimMediaParams}} from the given {{LSLP|face}}.
|return_text=that is a STATUS_* flag which details the success/failure of the operation.
|return_text=that is a STATUS_* flag which details the success/failure of the operation.
|spec=
|spec=

Revision as of 11:41, 11 June 2012

Summary

Function: integer llClearPrimMedia( integer face );

Clears (deletes) the media and all params from the given face.
Returns an integer that is a STATUS_* flag which details the success/failure of the operation.

• integer face face number

Success/Failure Flags Description
STATUS_OK 0 Result of function call was success
STATUS_MALFORMED_PARAMS 1000 Function was called with malformed parameters
STATUS_TYPE_MISMATCH 1001 Argument(s) passed to function had a type mismatch
STATUS_BOUNDS_ERROR 1002 Argument(s) passed to function had a bounds error
STATUS_NOT_FOUND 1003 Object or other item was not found
STATUS_NOT_SUPPORTED 1004 Feature not supported
STATUS_INTERNAL_ERROR 1999 An internal error occurred
STATUS_WHITELIST_FAILED 2001 Whitelist Failed

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.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Deep Notes

History

All Issues

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

Signature

function integer llClearPrimMedia( integer face );