KFM FORWARD
Revision as of 06:23, 5 June 2013 by Miranda Umino (talk | contribs) (Created page with "{{LSL Constant |name=KFM_FORWARD |type=integer |value=0 |desc=specify the playback mode used in llSetKeyframedMotion . It s the default playback mode . It plays the frames in thi…")
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer KFM_FORWARD = 0;The integer constant KFM_FORWARD has the value 0
specify the playback mode used in llSetKeyframedMotion . It s the default playback mode . It plays the frames in this order frame1, frame2 .. frame N And stops after
Caveats