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, 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 | |||
66 | STATUS_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 | 66 | STATUS_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 |
67 | STATUS_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 | 67 | STATUS_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 |
68 | STATUS_CAST_SHADOWS Passed in the llSetStatus library function. If TRUE, object casts shadows on other objects | 68 | STATUS_CAST_SHADOWS Passed in the llSetStatus library function. If TRUE, object casts shadows on other objects |
69 | AGENT Passed in llSensor library function to look for other Agents | 69 | AGENT Passed in llSensor library function to look for other Agents; DEPRECATED: Use AGENT_BY_LEGACY_NAME |
70 | AGENT_BY_USERNAME Passed in llSensor library function to look for other Agents by username | ||
71 | AGENT_BY_LEGACY_NAME Passed in llSensor library function to look for other Agents by legacy name | ||
70 | ACTIVE Passed in llSensor library function to look for moving objects | 72 | ACTIVE Passed in llSensor library function to look for moving objects |
71 | PASSIVE Passed in llSensor library function to look for objects that aren't moving | 73 | PASSIVE Passed in llSensor library function to look for objects that aren't moving |
72 | SCRIPTED Passed in llSensor library function to look for scripted objects | 74 | SCRIPTED Passed in llSensor library function to look for scripted objects |