KFM DATA: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
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…"
 
(No difference)

Latest revision as of 06:10, 5 June 2013

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 .

Caveats


Related Articles

Constants

•  KFM_TRANSLATION
•  KFM_ROTATION

Functions

•  llSetKeyframedMotion

Deep Notes

Search JIRA for related Issues

Signature

integer KFM_DATA = 2;