diff options
Diffstat (limited to 'linden/indra/newview/app_settings/keywords.ini')
-rw-r--r-- | linden/indra/newview/app_settings/keywords.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/app_settings/keywords.ini b/linden/indra/newview/app_settings/keywords.ini index 0545c38..bf49c2c 100644 --- a/linden/indra/newview/app_settings/keywords.ini +++ b/linden/indra/newview/app_settings/keywords.ini | |||
@@ -468,6 +468,10 @@ PARCEL_DETAILS_OWNER Used with llGetParcelDetails to get the parcel owner id. | |||
468 | PARCEL_DETAILS_GROUP Used with llGetParcelDetails to get the parcel group id. | 468 | PARCEL_DETAILS_GROUP Used with llGetParcelDetails to get the parcel group id. |
469 | PARCEL_DETAILS_AREA Used with llGetParcelDetails to get the parcel area in square meters. | 469 | PARCEL_DETAILS_AREA Used with llGetParcelDetails to get the parcel area in square meters. |
470 | 470 | ||
471 | STRING_TRIM_HEAD Used with llStringTrim to trim leading spaces from a string. | ||
472 | STRING_TRIM_TAIL Used with llStringTrim to trim trailing spaces from a string. | ||
473 | STRING_TRIM Used with llStringTrim to trim both leading and trailing spaces from a string. | ||
474 | |||
471 | # string constants | 475 | # string constants |
472 | [word .1, .3, .5] | 476 | [word .1, .3, .5] |
473 | NULL_KEY Indicates an empty key | 477 | NULL_KEY Indicates an empty key |