You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.
This shows you the differences between two versions of the page.
constants:link:tpl [2015-01-08 10:34 SLT] sei created |
constants:link:tpl [2015-02-04 17:50 SLT] (current) sei style |
||
---|---|---|---|
Line 2: | Line 2: | ||
^Constant^Value^Description^ | ^Constant^Value^Description^ | ||
- | | [[constants/LINK_THIS]] | -4| refers to the prim the script is in | | + | | $lct[LINK_THIS] | -4| refers to the prim the script is in | |
- | | [[constants/LINK_ROOT]] | 1| refers to the root prim in a multi-prim linked set | | + | | $lct[LINK_ROOT] | 1| refers to the root prim in a multi-prim linked set | |
- | | [[constants/LINK_SET]] | -1| refers to all prims | | + | | $lct[LINK_SET] | -1| refers to all prims | |
- | | [[constants/LINK_ALL_OTHERS]] | -2| refers to all prims other than the one the script is in | | + | | $lct[LINK_ALL_OTHERS] | -2| refers to all prims other than the one the script is in | |
- | | [[constants/LINK_ALL_CHILDREN]] | -3| refers to all children (everything but the root) | | + | | $lct[LINK_ALL_CHILDREN] | -3| refers to all children (everything but the root) | |
===== Single-link ===== | ===== Single-link ===== | ||
^Constant^Value^Description^ | ^Constant^Value^Description^ | ||
- | | [[constants/LINK_THIS]] | -4| refers to the prim the script is in | | + | | $lct[LINK_THIS] | -4| refers to the prim the script is in | |
- | | [[constants/LINK_ROOT]] | 1| refers to the root prim in a multi-prim linked set | | + | | $lct[LINK_ROOT] | 1| refers to the root prim in a multi-prim linked set | |