KFM DATA

From Second Life Wiki
Revision as of 06:10, 5 June 2013 by Miranda Umino (talk | contribs) (Created page with "{{LSL Constant |name=KFM_DATA |type=integer |value=2 |desc=Flag used in the options parameter llSetKeyframedMotion : is a flag followed by a bitwise combination of: KFM_TRANSLAT…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Constant: integer KFM_DATA = 2;

The integer constant KFM_DATA has the value 2

Flag used in the options parameter llSetKeyframedMotion : is a flag followed by a bitwise combination of: KFM_TRANSLATION and KFM_ROTATION. If absent, both rotations and translations must be provided in the first parameter of llSetKeyframedMotion .

Related Articles

Constants

•  KFM_TRANSLATION
•  KFM_ROTATION

Functions

•  llSetKeyframedMotion

Deep Notes

Search JIRA for related Issues

Signature

integer KFM_DATA = 2;