Difference between revisions of "KFM CMD PAUSE"
Jump to navigation
Jump to search
(Created page with "{{LSL Constant |name=KFM_CMD_STOP |type=integer |value=2 |desc=Command used in the options parameter llSetKeyframedMotion .Stops the animation but doesn t reset it at the start o…") |
m (This page is for PAUSE, not STOP) |
||
Line 1: | Line 1: | ||
{{LSL Constant | {{LSL Constant | ||
|name= | |name=KFM_CMD_PAUSE | ||
|type=integer | |type=integer | ||
|value=2 | |value=2 |
Latest revision as of 01:41, 11 June 2013
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer KFM_CMD_PAUSE = 2;The integer constant KFM_CMD_PAUSE has the value 2
Command used in the options parameter llSetKeyframedMotion .Stops the animation but doesn t reset it at the start of motion.
Caveats