Difference between revisions of "PARCEL MEDIA COMMAND LOOP"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
|name=PARCEL_MEDIA_COMMAND_LOOP | |name=PARCEL_MEDIA_COMMAND_LOOP | ||
|type=integer | |type=integer | ||
|value= | |value=3 | ||
|desc=Start the media stream playing from the current frame. When the end is reached, loop to the beginning and continue. | |desc=Start the media stream playing from the current frame. When the end is reached, loop to the beginning and continue. | ||
|examples | |examples |
Revision as of 00:50, 28 February 2007
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PARCEL_MEDIA_COMMAND_LOOP = 3;The integer constant PARCEL_MEDIA_COMMAND_LOOP has the value 3
Start the media stream playing from the current frame. When the end is reached, loop to the beginning and continue.
Caveats
Related Articles
Constants
|
Functions
• | llParcelMediaCommandList |