diff options
author | McCabe Maxsted | 2010-08-16 20:48:04 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-08-16 20:48:04 -0700 |
commit | 1b202fc9ba129cc213e7d84a258e878a1815866d (patch) | |
tree | 0175c473604f66c3d80cec8677871b77d6a8843b /linden/indra/newview/app_settings/keywords.ini | |
parent | Load other missing UUIDs from OpenSim from file instead (diff) | |
download | meta-impy-1b202fc9ba129cc213e7d84a258e878a1815866d.zip meta-impy-1b202fc9ba129cc213e7d84a258e878a1815866d.tar.gz meta-impy-1b202fc9ba129cc213e7d84a258e878a1815866d.tar.bz2 meta-impy-1b202fc9ba129cc213e7d84a258e878a1815866d.tar.xz |
Fixed some missing constants in the script editor and added llGetLinkNumberOfSides
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/app_settings/keywords.ini | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/newview/app_settings/keywords.ini b/linden/indra/newview/app_settings/keywords.ini index b8f9cec..8e303dc 100644 --- a/linden/indra/newview/app_settings/keywords.ini +++ b/linden/indra/newview/app_settings/keywords.ini | |||
@@ -353,8 +353,9 @@ PRIM_BUMP_SHINY Followed by an integer face, one of PRIM_SHINY_NONE, PRIM_SHINY | |||
353 | PRIM_FULLBRIGHT Followed by an integer face, and TRUE or FALSE | 353 | PRIM_FULLBRIGHT Followed by an integer face, and TRUE or FALSE |
354 | PRIM_TEXGEN Followed by an integer face, and one of PRIM_TEXGEN_DEFAULT or PRIM_TEXGEN_PLANAR | 354 | PRIM_TEXGEN Followed by an integer face, and one of PRIM_TEXGEN_DEFAULT or PRIM_TEXGEN_PLANAR |
355 | PRIM_GLOW Followed by an integer face, and a float from 0.0 to 1.0 specifying glow amount | 355 | PRIM_GLOW Followed by an integer face, and a float from 0.0 to 1.0 specifying glow amount |
356 | PRIM_NAME Sets/Shows the primitive name | 356 | PRIM_TEXT For primitive hovertext. Followed by a string, a vector color and a float alpha |
357 | PRIM_TEXT Sets/Shows the primitive desc | 357 | PRIM_NAME For primitive name (from server v1.40 onwards). Followed by a string. |
358 | PRIM_DESC For primitive description (from server v1.40 onwards). Followed by a string. | ||
358 | 359 | ||
359 | PRIM_TYPE_BOX Followed by integer hole shape, vector cut, float hollow, vector twist,:vector top size, and vector top shear | 360 | PRIM_TYPE_BOX Followed by integer hole shape, vector cut, float hollow, vector twist,:vector top size, and vector top shear |
360 | PRIM_TYPE_CYLINDER Followed by integer hole shape, vector cut, float hollow, vector twist,:vector top size, and vector top shear | 361 | PRIM_TYPE_CYLINDER Followed by integer hole shape, vector cut, float hollow, vector twist,:vector top size, and vector top shear |