CHANGED MEDIA: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
Created page with '{{LSL Constant |name=CHANGED_MEDIA |type=integer |value={{LSL Hex|0x800}} |desc={{LSLGC|Prim Media}} on the prim has changed. |notes |examples |functions= {{LSL DefineRow||[[llSe...'
 
Strife Onizuka (talk | contribs)
No edit summary
Line 1: Line 1:
{{LSL Constant
{{LSL_Generic/pre-release|function|server-release=1.33.0|client-release=1.24.4}}{{LSL Constant
|name=CHANGED_MEDIA
|name=CHANGED_MEDIA
|type=integer
|type=integer

Revision as of 18:34, 19 October 2009

Pre-release Documentation Warning!

This function is not available yet. This documentation was written prior to its final release so it may not match the final implementation.It is slated for release in Server 1.33.0 and Client 1.24.4.

Description

Constant: integer CHANGED_MEDIA = 0x800;

The integer constant CHANGED_MEDIA has the value 0x800

Prim Media on the prim has changed.

Caveats


Related Articles

Functions

•  llSetPrimMediaParams
•  llClearPrimMedia

Events

•  changed

Deep Notes

History

Search JIRA for related Issues

Signature

integer CHANGED_MEDIA = 0x800;