Difference between revisions of "LlClearPrimMedia"
Jump to navigation
Jump to search
m |
|||
Line 5: | Line 5: | ||
|func_footnote= | |func_footnote= | ||
|func_desc=Clears (deletes) the media and all params from the given '''face'''. | |func_desc=Clears (deletes) the media and all params from the given '''face'''. | ||
|return_text=that is | |return_text=that is a STATUS_* flag which details the success of the operation(s). | ||
|spec= | |spec= | ||
|caveats | |caveats | ||
|constants | |constants={{LSL Constants/ReturnStatus}} | ||
|examples | |examples | ||
|helpers | |helpers |
Revision as of 16:48, 19 October 2009
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
|- id='Success.2FFailure_Flag' ! colspan="2" | Success/Failure Flags
! colspan="6" class="unsortable" | 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.
Examples
See Also
Functions
• | llSetPrimMediaParams | |||
• | llGetPrimMediaParams |