diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2023-10-11 15:17:42 -0700 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2023-10-11 15:17:42 -0700 |
commit | 68cf572514415bcd7ff014ae728c376b8928c159 (patch) | |
tree | 3ecac9314b1b3d242905c3ee840ad9b7e8000f06 /indra/newview/app_settings/keywords.ini | |
parent | 0d47ea31e38601683ef7351300950ec075cc35dd (diff) |
SL-20450: Fix missing LSL keyword INVENTORY_MATERIAL
Diffstat (limited to 'indra/newview/app_settings/keywords.ini')
-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 9699eda96b..4e177ab518 100644 --- a/indra/newview/app_settings/keywords.ini +++ b/indra/newview/app_settings/keywords.ini @@ -274,6 +274,7 @@ INVENTORY_NOTECARD Passed to task inventory library functions to reference notec INVENTORY_BODYPART Passed to task inventory library functions to reference body parts INVENTORY_ANIMATION Passed to task inventory library functions to reference animations INVENTORY_GESTURE Passed to task inventory library functions to reference gestures +INVENTORY_MATERIAL Passed to task inventory library functions to reference materials INVENTORY_ALL Passed to task inventory library functions to reference all inventory items INVENTORY_NONE Returned by llGetInventoryType when no item is found |