Adding Link paramter to llClearMedia() highlighting. Updated Release Notes.
This commit is contained in:
parent
a9db752cfa
commit
5ee142ee4d
3 changed files with 11 additions and 4 deletions
|
@ -308,12 +308,13 @@
|
|||
</Word>
|
||||
|
||||
<Word name="llClearPrimMedia">
|
||||
integer llClearPrimMedia( integer face );
|
||||
integer llClearPrimMedia(integer Link, integer Face );
|
||||
|
||||
Clears (deletes) the media and all params from the given 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.
|
||||
<Argument name="face">face number</Argument>
|
||||
<Argument name="Link">Link number</Argument>
|
||||
<Argument name="Face">Face number</Argument>
|
||||
</Word>
|
||||
|
||||
<Word name="llCloseRemoteDataChannel">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue