aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/app_settings/keywords.ini
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/app_settings/keywords.ini')
-rw-r--r--linden/indra/newview/app_settings/keywords.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/app_settings/keywords.ini b/linden/indra/newview/app_settings/keywords.ini
index 8e303dc..36a4cdc 100644
--- a/linden/indra/newview/app_settings/keywords.ini
+++ b/linden/indra/newview/app_settings/keywords.ini
@@ -66,7 +66,9 @@ STATUS_BLOCK_GRAB Passed in the llSetStatus library function. If TRUE, object c
66STATUS_DIE_AT_EDGE Passed in the llSetStatus library function. If TRUE, objects that reach the edge of the world just die:rather than teleporting back to the owner 66STATUS_DIE_AT_EDGE Passed in the llSetStatus library function. If TRUE, objects that reach the edge of the world just die:rather than teleporting back to the owner
67STATUS_RETURN_AT_EDGE Passed in the llSetStatus library function. If TRUE, script rezzed objects that reach the edge of the world:are returned rather than killed:STATUS_RETURN_AT_EDGE trumps STATUS_DIE_AT_EDGE if both are set 67STATUS_RETURN_AT_EDGE Passed in the llSetStatus library function. If TRUE, script rezzed objects that reach the edge of the world:are returned rather than killed:STATUS_RETURN_AT_EDGE trumps STATUS_DIE_AT_EDGE if both are set
68STATUS_CAST_SHADOWS Passed in the llSetStatus library function. If TRUE, object casts shadows on other objects 68STATUS_CAST_SHADOWS Passed in the llSetStatus library function. If TRUE, object casts shadows on other objects
69AGENT Passed in llSensor library function to look for other Agents 69AGENT Passed in llSensor library function to look for other Agents; DEPRECATED: Use AGENT_BY_LEGACY_NAME
70AGENT_BY_USERNAME Passed in llSensor library function to look for other Agents by username
71AGENT_BY_LEGACY_NAME Passed in llSensor library function to look for other Agents by legacy name
70ACTIVE Passed in llSensor library function to look for moving objects 72ACTIVE Passed in llSensor library function to look for moving objects
71PASSIVE Passed in llSensor library function to look for objects that aren't moving 73PASSIVE Passed in llSensor library function to look for objects that aren't moving
72SCRIPTED Passed in llSensor library function to look for scripted objects 74SCRIPTED Passed in llSensor library function to look for scripted objects