KFM REVERSE
Revision as of 06:24, 5 June 2013 by Miranda Umino (talk | contribs) (Created page with "{{LSL Constant |name=KFM_REVERSE |type=integer |value=3 |desc=specify the playback mode used in llSetKeyframedMotion . It plays the frames in this order frameN, frameN-1 .. fram…")
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer KFM_REVERSE = 3;The integer constant KFM_REVERSE has the value 3
specify the playback mode used in llSetKeyframedMotion . It plays the frames in this order frameN, frameN-1 .. frame 2 , frame 1 . And stops after
Caveats