KFM MODE
Revision as of 05:27, 5 June 2013 by Miranda Umino (talk | contribs) (Created page with "{{LSL Constant |name=KFM_MODE |type=integer |value=1 |desc=used in llSetKeyframedMotion . followed by one of: KFM_LOOP, KFM_REVERSE, KFM_FORWARD, or KFM_PING_PONG will specify …")
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer KFM_MODE = 1;The integer constant KFM_MODE has the value 1
used in llSetKeyframedMotion . followed by one of: KFM_LOOP, KFM_REVERSE, KFM_FORWARD, or KFM_PING_PONG will specify the playback mode. Defaults to KFM_FORWARD. Must be specified when the keyframe list is provided.