diff options
Diffstat (limited to 'linden/indra/newview/app_settings/keywords.ini')
-rw-r--r-- | linden/indra/newview/app_settings/keywords.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/linden/indra/newview/app_settings/keywords.ini b/linden/indra/newview/app_settings/keywords.ini index 5a68c5b..0800647 100644 --- a/linden/indra/newview/app_settings/keywords.ini +++ b/linden/indra/newview/app_settings/keywords.ini | |||
@@ -422,7 +422,10 @@ PARCEL_MEDIA_COMMAND_PLAY Play media stream | |||
422 | PARCEL_MEDIA_COMMAND_LOOP Loop media stream | 422 | PARCEL_MEDIA_COMMAND_LOOP Loop media stream |
423 | PARCEL_MEDIA_COMMAND_TEXTURE Get or set the parcel's media texture | 423 | PARCEL_MEDIA_COMMAND_TEXTURE Get or set the parcel's media texture |
424 | PARCEL_MEDIA_COMMAND_URL Get or set the parcel's media url | 424 | PARCEL_MEDIA_COMMAND_URL Get or set the parcel's media url |
425 | PARCEL_MEDIA_COMMAND_TYPE Get or set the parcel's media mimetype | ||
426 | PARCEL_MEDIA_COMMAND_DESC Get or set the parcel's media description | ||
425 | PARCEL_MEDIA_COMMAND_TIME Set media stream to specific time | 427 | PARCEL_MEDIA_COMMAND_TIME Set media stream to specific time |
428 | PARCEL_MEDIA_COMMAND_SIZE Get or set the parcel's media pixel resolution | ||
426 | PARCEL_MEDIA_COMMAND_AGENT Allows media stream commands to apply to only one agent | 429 | PARCEL_MEDIA_COMMAND_AGENT Allows media stream commands to apply to only one agent |
427 | PARCEL_MEDIA_COMMAND_UNLOAD Unloads the media stream | 430 | PARCEL_MEDIA_COMMAND_UNLOAD Unloads the media stream |
428 | PARCEL_MEDIA_COMMAND_AUTO_ALIGN Auto aligns the media stream to the texture size. May cause a performance hit and loss of some visual quality. | 431 | PARCEL_MEDIA_COMMAND_AUTO_ALIGN Auto aligns the media stream to the texture size. May cause a performance hit and loss of some visual quality. |
@@ -492,6 +495,15 @@ STRING_TRIM_HEAD Used with llStringTrim to trim leading spaces from a string. | |||
492 | STRING_TRIM_TAIL Used with llStringTrim to trim trailing spaces from a string. | 495 | STRING_TRIM_TAIL Used with llStringTrim to trim trailing spaces from a string. |
493 | STRING_TRIM Used with llStringTrim to trim both leading and trailing spaces from a string. | 496 | STRING_TRIM Used with llStringTrim to trim both leading and trailing spaces from a string. |
494 | 497 | ||
498 | CLICK_ACTION_NONE Used with llSetClickAction to disable the click action | ||
499 | CLICK_ACTION_TOUCH Used with llSetClickAction to set touch as the default action when object is clicked | ||
500 | CLICK_ACTION_SIT Used with llSetClickAction to set sit as the default action when object is clicked | ||
501 | CLICK_ACTION_BUY Used with llSetClickAction to set buy as the default action when object is clicked | ||
502 | CLICK_ACTION_PAY Used with llSetClickAction to set pay as the default action when object is clicked | ||
503 | CLICK_ACTION_OPEN Used with llSetClickAction to set open as the default action when object is clicked | ||
504 | CLICK_ACTION_PLAY Used with llSetClickAction to set play as the default action when object is clicked | ||
505 | CLICK_ACTION_OPEN_MEDIA Used with llSetClickAction to set open-media as the default action when object is clicked | ||
506 | |||
495 | # string constants | 507 | # string constants |
496 | [word .1, .3, .5] | 508 | [word .1, .3, .5] |
497 | NULL_KEY Indicates an empty key | 509 | NULL_KEY Indicates an empty key |