ll.ClearPrimMedia(Face: number) : number
Clears (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(13)
{
"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,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlClearPrimMedia",
"name": "ClearPrimMedia",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"number"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Face",
"desc": "Number of side to clear.",
"type": [
"integer",
"number"
],
"variadic": false,
"optional": false
}
]
}
]
}