Difference between revisions of "KFM LOOP"
Jump to navigation
Jump to search
(Created page with "{{LSL Constant |name=KFM_LOOP |type=integer |value=1 |desc=specify the playback mode used in llSetKeyframedMotion : will play the frames in the order number 1 , number 2 ... num…") |
|||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=1 | |value=1 | ||
|desc=specify the playback mode used in llSetKeyframedMotion : will play the frames in the order number 1 , number 2 ... number N , number 1 , nummber 2 .. | |desc=specify the playback mode used in llSetKeyframedMotion : will play the frames in the order number 1 , number 2 ... number N , returns to | ||
the intitial position , plays number 1 , nummber 2 .. | |||
|examples | |examples | ||
|constants= | |constants= |
Latest revision as of 05:19, 5 June 2013
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer KFM_LOOP = 1;The integer constant KFM_LOOP has the value 1
specify the playback mode used in llSetKeyframedMotion : will play the frames in the order number 1 , number 2 ... number N , returns to
the intitial position , plays number 1 , nummber 2 ..
Caveats