aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/app_settings/keywords.ini
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-08-16 20:48:04 -0700
committerMcCabe Maxsted2010-08-16 20:48:04 -0700
commit1b202fc9ba129cc213e7d84a258e878a1815866d (patch)
tree0175c473604f66c3d80cec8677871b77d6a8843b /linden/indra/newview/app_settings/keywords.ini
parentLoad other missing UUIDs from OpenSim from file instead (diff)
downloadmeta-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.ini5
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
353PRIM_FULLBRIGHT Followed by an integer face, and TRUE or FALSE 353PRIM_FULLBRIGHT Followed by an integer face, and TRUE or FALSE
354PRIM_TEXGEN Followed by an integer face, and one of PRIM_TEXGEN_DEFAULT or PRIM_TEXGEN_PLANAR 354PRIM_TEXGEN Followed by an integer face, and one of PRIM_TEXGEN_DEFAULT or PRIM_TEXGEN_PLANAR
355PRIM_GLOW Followed by an integer face, and a float from 0.0 to 1.0 specifying glow amount 355PRIM_GLOW Followed by an integer face, and a float from 0.0 to 1.0 specifying glow amount
356PRIM_NAME Sets/Shows the primitive name 356PRIM_TEXT For primitive hovertext. Followed by a string, a vector color and a float alpha
357PRIM_TEXT Sets/Shows the primitive desc 357PRIM_NAME For primitive name (from server v1.40 onwards). Followed by a string.
358PRIM_DESC For primitive description (from server v1.40 onwards). Followed by a string.
358 359
359PRIM_TYPE_BOX Followed by integer hole shape, vector cut, float hollow, vector twist,:vector top size, and vector top shear 360PRIM_TYPE_BOX Followed by integer hole shape, vector cut, float hollow, vector twist,:vector top size, and vector top shear
360PRIM_TYPE_CYLINDER Followed by integer hole shape, vector cut, float hollow, vector twist,:vector top size, and vector top shear 361PRIM_TYPE_CYLINDER Followed by integer hole shape, vector cut, float hollow, vector twist,:vector top size, and vector top shear