KFM MODE

From Second Life Wiki
Revision as of 06: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 …")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

Related Articles

Constants

•  KFM_FORWARD
•  KFM_PING_PONG
•  KFM_LOOP
•  KFM_REVERSE

Functions

•  llSetKeyframedMotion

Deep Notes

Search JIRA for related Issues

Signature

integer KFM_MODE = 1;