Difference between revisions of "PARCEL MEDIA COMMAND LOOP"
Jump to navigation
Jump to search
m |
|||
(One intermediate revision by the same user not shown) | |||
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 | ||
Line 9: | Line 9: | ||
{{LSL DefineRow||[[llParcelMediaCommandList]]|}} | {{LSL DefineRow||[[llParcelMediaCommandList]]|}} | ||
|events | |events | ||
|cat1=Video | |cat1=Video/Parcel Media Commands | ||
|cat2 | |cat2 | ||
|cat3 | |cat3 | ||
|cat4 | |cat4 | ||
}} | }} |
Latest revision as of 16:32, 25 June 2009
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 |