diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-05-11 18:19:53 +0300 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-05-11 18:19:53 +0300 |
commit | 1ec883e456449ecf8d1d25ae3a78286748d46f6b (patch) | |
tree | 311bb59bb374fd3671615bd633cc4b5d1f131a11 /indra/newview | |
parent | ee1bede01d5ecb8c018a8083456ee85542d4616f (diff) |
EXT-6686 FIXED Added PARCEL_DETAILS_ID to the list of highlightable keywords in script editor.
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/365/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/app_settings/keywords.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/app_settings/keywords.ini b/indra/newview/app_settings/keywords.ini index 0805e94b10..263b73ba23 100644 --- a/indra/newview/app_settings/keywords.ini +++ b/indra/newview/app_settings/keywords.ini @@ -497,6 +497,7 @@ PARCEL_DETAILS_DESC Used with llGetParcelDetails to get the parcel description. PARCEL_DETAILS_OWNER Used with llGetParcelDetails to get the parcel owner id. PARCEL_DETAILS_GROUP Used with llGetParcelDetails to get the parcel group id. PARCEL_DETAILS_AREA Used with llGetParcelDetails to get the parcel area in square meters. +PARCEL_DETAILS_ID Used with llGetParcelDetails to get the parcel id. STRING_TRIM_HEAD Used with llStringTrim to trim leading spaces from a string. STRING_TRIM_TAIL Used with llStringTrim to trim trailing spaces from a string. |