ll.ClearPrimMedia (Face: number) -> numberClears (deletes) the media and all parameters from the given Face. Returns an integer that is a STATUS_* flag which details the success/failure of the operation.
ll.ClearPrimMedia(3.14)
{
"def": "func",
"desc": "Clears (deletes) the media and all parameters from the given Face.\nReturns an integer that is a STATUS_* flag which details the success/failure of the operation.",
"energy": 10,
"sleep": 1,
"must_use": false,
"link": "https://wiki.secondlife.com/wiki/LlClearPrimMedia",
"private": false,
"takesSelf": false,
"name": "ClearPrimMedia",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "number"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Face",
"desc": "Number of side to clear.",
"type": [
{
"def": "simple",
"value": "number"
}
],
"variadic": false,
"optional": false
}
]
}
]
}