Difference between revisions of "KFM CMD PLAY"
Jump to navigation
Jump to search
(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…") |
|||
Line 1: | Line 1: | ||
{{LSL Constant | {{LSL Constant | ||
|name= | |name=KFM_CMD_PLAY | ||
|type=integer | |type=integer | ||
|value= | |value=0 | ||
|desc=Command used in the options parameter llSetKeyframedMotion . | |desc=Command used in the options parameter llSetKeyframedMotion .Resumes the animation previously stopped by KFM_CMD_STOP or KFM_CMD_PAUSE | ||
|examples | |examples | ||
|constants= | |constants= | ||
{{LSL DefineRow||[[ | {{LSL DefineRow||[[KFM_CMD_PAUSE]]|}} | ||
{{LSL DefineRow||[[KFM_CMD_STOP]]|}} | {{LSL DefineRow||[[KFM_CMD_STOP]]|}} | ||
{{LSL DefineRow||[[KFM_COMMAND]]|}} | {{LSL DefineRow||[[KFM_COMMAND]]|}} |
Latest revision as of 05:34, 5 June 2013
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer KFM_CMD_PLAY = 0;The integer constant KFM_CMD_PLAY has the value 0
Command used in the options parameter llSetKeyframedMotion .Resumes the animation previously stopped by KFM_CMD_STOP or KFM_CMD_PAUSE
Caveats