KFM COMMAND: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{LSL Constant |name=KFM_COMMAND |type=integer |value=0 |desc=Command used in the options parameter of llSetKeyframedMotion .followed by one of: KFM_CMD_STOP, KFM_CMD_PLAY, KFM_…" |
(No difference)
|
Latest revision as of 06:38, 5 June 2013
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer KFM_COMMAND = 0;The integer constant KFM_COMMAND has the value 0
Command used in the options parameter of llSetKeyframedMotion .followed by one of: KFM_CMD_STOP, KFM_CMD_PLAY, KFM_CMD_PAUSE to play , stop or pause the motion .
Caveats