KFM MODE

From Second Life Wiki
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;