KFM CMD PLAY
Revision as of 05:32, 5 June 2013 by Miranda Umino (talk | contribs) (Created page with "{{LSL Constant |name=KFM_CMD_PAUSE |type=integer |value=2 |desc=Command used in the options parameter llSetKeyframedMotion .Pauses the animation but don't reset it at the start o…")
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 .Pauses the animation but don't reset it at the start of motion.
Caveats