Difference between revisions of "KFM TRANSLATION"
Jump to navigation
Jump to search
(Created page with "{{LSL Constant |name=KFM_TRANSLATION |type=integer |value=2 |desc=specifies the type of data in the list of moves for the function llSetKeyframedMotion |examples |constants= {{LS…") |
|||
Line 2: | Line 2: | ||
|name=KFM_TRANSLATION | |name=KFM_TRANSLATION | ||
|type=integer | |type=integer | ||
| | |hvalue=0x2 | ||
|desc=specifies the type of data in the list of moves for the function llSetKeyframedMotion | |desc=specifies the type of data in the list of moves for the function llSetKeyframedMotion | ||
|examples | |examples |
Latest revision as of 13:18, 10 June 2013
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer KFM_TRANSLATION = 0x2;The integer constant KFM_TRANSLATION has the value 0x2
specifies the type of data in the list of moves for the function llSetKeyframedMotion
Caveats