PRIM SIT TARGET: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{LSL Constant |name=PRIM_SIT_TARGET |type=integer |value=? |desc= The sit target, if any defined for this prim. If the active value is 0 the sit target is deactivated. If it..." |
No edit summary |
||
| Line 2: | Line 2: | ||
|name=PRIM_SIT_TARGET | |name=PRIM_SIT_TARGET | ||
|type=integer | |type=integer | ||
|value= | |value=41 | ||
|desc= The sit target, if any defined for this prim. If the active value is 0 the sit target is deactivated. If it is nonzero the prim's sit target is set to the indicated offset and rotation. As with [[llLinkSitTarget]](), these values are relative to the prim. However, unlike llLinkSitTarget() an offset of <0.0, 0.0, 0.0> may be explicitly set. | |desc= The sit target, if any defined for this prim. If the active value is 0 the sit target is deactivated. If it is nonzero the prim's sit target is set to the indicated offset and rotation. As with [[llLinkSitTarget]](), these values are relative to the prim. However, unlike llLinkSitTarget() an offset of <0.0, 0.0, 0.0> may be explicitly set. | ||
|functions= | |functions= | ||
Latest revision as of 12:48, 28 September 2016
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PRIM_SIT_TARGET = 41;The integer constant PRIM_SIT_TARGET has the value 41
The sit target, if any defined for this prim. If the active value is 0 the sit target is deactivated. If it is nonzero the prim's sit target is set to the indicated offset and rotation. As with llLinkSitTarget(), these values are relative to the prim. However, unlike llLinkSitTarget() an offset of <0.0, 0.0, 0.0> may be explicitly set.
Caveats