diff options
Diffstat (limited to 'linden/indra/newview/app_settings')
-rw-r--r-- | linden/indra/newview/app_settings/keywords.ini | 55 |
1 files changed, 51 insertions, 4 deletions
diff --git a/linden/indra/newview/app_settings/keywords.ini b/linden/indra/newview/app_settings/keywords.ini index 18af407..b0851ef 100644 --- a/linden/indra/newview/app_settings/keywords.ini +++ b/linden/indra/newview/app_settings/keywords.ini | |||
@@ -40,14 +40,14 @@ not_at_rot_target not_at_rot_target():Result of LLRotTarget library function cal | |||
40 | money money(key id, integer amount):Triggered when L$ is given to task | 40 | money money(key id, integer amount):Triggered when L$ is given to task |
41 | email email(string time, string address, string subj, string message, integer num_left):Triggered when task receives email | 41 | email email(string time, string address, string subj, string message, integer num_left):Triggered when task receives email |
42 | run_time_permissions run_time_permissions(integer perm):Triggered when an agent grants run time permissions to task | 42 | run_time_permissions run_time_permissions(integer perm):Triggered when an agent grants run time permissions to task |
43 | attach attach(key id):Triggered when an agent attaches or detaches from agent | 43 | attach attach(key id):Triggered when task attaches or detaches from agent |
44 | dataserver dataserver(key queryid, string data):Triggered when task receives asynchronous data | 44 | dataserver dataserver(key queryid, string data):Triggered when task receives asynchronous data |
45 | moving_start moving_start():Triggered when task begins moving | 45 | moving_start moving_start():Triggered when task begins moving |
46 | moving_end moving_end():Triggered when task stops moving | 46 | moving_end moving_end():Triggered when task stops moving |
47 | on_rez on_rez(integer start_param):Triggered when task is rezed in from inventory or another task | 47 | on_rez on_rez(integer start_param):Triggered when task is rezed in from inventory or another task |
48 | object_rez object_rez(key id):Triggered when task rezes in another task | 48 | object_rez object_rez(key id):Triggered when task rezes in another task |
49 | link_message link_message(integer sender_num, integer num, string str, key id):Triggered when task receives a link message via LLMessageLinked library function call | 49 | link_message link_message(integer sender_num, integer num, string str, key id):Triggered when task receives a link message via LLMessageLinked library function call |
50 | changed changed( integer change ):Triggered various event change the task:(test change with CHANGED_INVENTORY, CHANGED_COLOR, CHANGED_SHAPE, CHANGED_SCALE, CHANGED_TEXTURE, CHANGED_LINK, CHANGED_ALLOWED_DROP, CHANGED_OWNER, CHANGED_REGION, CHANGED_TELEPORT) | 50 | changed changed( integer change ):Triggered various event change the task:(test change with CHANGED_INVENTORY, CHANGED_COLOR, CHANGED_SHAPE, CHANGED_SCALE, CHANGED_TEXTURE, CHANGED_LINK, CHANGED_ALLOWED_DROP, CHANGED_OWNER, CHANGED_REGION, CHANGED_TELEPORT, CHANGED_REGION_START, CHANGED_MEDIA) |
51 | remote_data remote_data(integer event_type, key channel, key message_id, string sender,integer idata, string sdata):Triggered by various XML-RPC calls (event_type will be one of REMOTE_DATA_CHANNEL, REMOTE_DATA_REQUEST, REMOTE_DATA_REPLY) | 51 | remote_data remote_data(integer event_type, key channel, key message_id, string sender,integer idata, string sdata):Triggered by various XML-RPC calls (event_type will be one of REMOTE_DATA_CHANNEL, REMOTE_DATA_REQUEST, REMOTE_DATA_REPLY) |
52 | http_response http_response(key request_id, integer status, list metadata, string body):Triggered when task receives a response to one of its llHTTPRequests | 52 | http_response http_response(key request_id, integer status, list metadata, string body):Triggered when task receives a response to one of its llHTTPRequests |
53 | http_request http_request(key id, string method, string body):Triggered when task receives an http request against a public URL | 53 | http_request http_request(key id, string method, string body):Triggered when task receives an http request against a public URL |
@@ -108,6 +108,7 @@ AGENT_TYPING Returned by llGetAgentInfo if the Agent is typing | |||
108 | AGENT_CROUCHING Returned by llGetAgentInfo if the Agent is crouching | 108 | AGENT_CROUCHING Returned by llGetAgentInfo if the Agent is crouching |
109 | AGENT_BUSY Returned by llGetAgentInfo if the Agent is busy | 109 | AGENT_BUSY Returned by llGetAgentInfo if the Agent is busy |
110 | AGENT_ALWAYS_RUN Returned by llGetAgentInfo if the Agent has 'Always Run' enabled | 110 | AGENT_ALWAYS_RUN Returned by llGetAgentInfo if the Agent has 'Always Run' enabled |
111 | AGENT_AUTOPILOT Returned by llGetAgentInfo if the Agent is under autopilot control | ||
111 | 112 | ||
112 | PSYS_PART_FLAGS | 113 | PSYS_PART_FLAGS |
113 | PSYS_PART_START_COLOR | 114 | PSYS_PART_START_COLOR |
@@ -319,6 +320,7 @@ CHANGED_OWNER Parameter of changed event handler used to indicate change to tas | |||
319 | CHANGED_REGION Parameter of changed event handler used to indicate the region has changed | 320 | CHANGED_REGION Parameter of changed event handler used to indicate the region has changed |
320 | CHANGED_TELEPORT Parameter of changed event handler used to indicate teleport has completed | 321 | CHANGED_TELEPORT Parameter of changed event handler used to indicate teleport has completed |
321 | CHANGED_REGION_START Parameter of changed event handler used to indicate the region has been restarted | 322 | CHANGED_REGION_START Parameter of changed event handler used to indicate the region has been restarted |
323 | CHANGED_MEDIA Parameter of changed event handler used to indicate that media has changed on a face of the task | ||
322 | 324 | ||
323 | TYPE_INTEGER Indicates that the list entry is holding an integer | 325 | TYPE_INTEGER Indicates that the list entry is holding an integer |
324 | TYPE_FLOAT Indicates that the list entry is holding an float | 326 | TYPE_FLOAT Indicates that the list entry is holding an float |
@@ -351,6 +353,8 @@ PRIM_BUMP_SHINY Followed by an integer face, one of PRIM_SHINY_NONE, PRIM_SHINY | |||
351 | PRIM_FULLBRIGHT Followed by an integer face, and TRUE or FALSE | 353 | PRIM_FULLBRIGHT Followed by an integer face, and TRUE or FALSE |
352 | PRIM_TEXGEN Followed by an integer face, and one of PRIM_TEXGEN_DEFAULT or PRIM_TEXGEN_PLANAR | 354 | PRIM_TEXGEN Followed by an integer face, and one of PRIM_TEXGEN_DEFAULT or PRIM_TEXGEN_PLANAR |
353 | PRIM_GLOW Followed by an integer face, and a float from 0.0 to 1.0 specifying glow amount | 355 | PRIM_GLOW Followed by an integer face, and a float from 0.0 to 1.0 specifying glow amount |
356 | PRIM_NAME Sets/Shows the primitive name | ||
357 | PRIM_TEXT Sets/Shows the primitive desc | ||
354 | 358 | ||
355 | PRIM_TYPE_BOX Followed by integer hole shape, vector cut, float hollow, vector twist,:vector top size, and vector top shear | 359 | PRIM_TYPE_BOX Followed by integer hole shape, vector cut, float hollow, vector twist,:vector top size, and vector top shear |
356 | PRIM_TYPE_CYLINDER Followed by integer hole shape, vector cut, float hollow, vector twist,:vector top size, and vector top shear | 360 | PRIM_TYPE_CYLINDER Followed by integer hole shape, vector cut, float hollow, vector twist,:vector top size, and vector top shear |
@@ -508,17 +512,59 @@ CLICK_ACTION_PAY Used with llSetClickAction to set pay as the default act | |||
508 | CLICK_ACTION_OPEN Used with llSetClickAction to set open as the default action when object is clicked | 512 | CLICK_ACTION_OPEN Used with llSetClickAction to set open as the default action when object is clicked |
509 | CLICK_ACTION_PLAY Used with llSetClickAction to set play as the default action when object is clicked | 513 | CLICK_ACTION_PLAY Used with llSetClickAction to set play as the default action when object is clicked |
510 | CLICK_ACTION_OPEN_MEDIA Used with llSetClickAction to set open-media as the default action when object is clicked | 514 | CLICK_ACTION_OPEN_MEDIA Used with llSetClickAction to set open-media as the default action when object is clicked |
515 | CLICK_ACTION_ZOOM Used with llSetClickAction to set zoom in as the default action when object is clicked | ||
511 | 516 | ||
512 | TOUCH_INVALID_TEXCOORD Value returned by llDetectedTouchUV() and llDetectedTouchST() when the touch position is not valid. | 517 | TOUCH_INVALID_TEXCOORD Value returned by llDetectedTouchUV() and llDetectedTouchST() when the touch position is not valid. |
513 | TOUCH_INVALID_VECTOR Value returned by llDetectedTouchPos(), llDetectedTouchNormal(), and llDetectedTouchBinormal() when the touch position is not valid. | 518 | TOUCH_INVALID_VECTOR Value returned by llDetectedTouchPos(), llDetectedTouchNormal(), and llDetectedTouchBinormal() when the touch position is not valid. |
514 | TOUCH_INVALID_FACE Value returned by llDetectedTouchFace() when the touch position is not valid. | 519 | TOUCH_INVALID_FACE Value returned by llDetectedTouchFace() when the touch position is not valid. |
515 | 520 | ||
521 | PRIM_MEDIA_ALT_IMAGE_ENABLE Used with ll{Get,Set}PrimMediaParams to enable the default alt image for media | ||
522 | PRIM_MEDIA_CONTROLS Used with ll{Get,Set}PrimMediaParams to determine the controls shown for media | ||
523 | PRIM_MEDIA_CURRENT_URL Used with ll{Get,Set}PrimMediaParams to navigate/access the current URL | ||
524 | PRIM_MEDIA_HOME_URL Used with ll{Get,Set}PrimMediaParams to access the home URL | ||
525 | PRIM_MEDIA_AUTO_LOOP Used with ll{Get,Set}PrimMediaParams to determine if media should auto-loop (if applicable) | ||
526 | PRIM_MEDIA_AUTO_PLAY Used with ll{Get,Set}PrimMediaParams to determine if media should start playing as soon as it is created | ||
527 | PRIM_MEDIA_AUTO_SCALE Used with ll{Get,Set}PrimMediaParams to determine if media should scale to fit the face it is on | ||
528 | PRIM_MEDIA_AUTO_ZOOM Used with ll{Get,Set}PrimMediaParams to determine if the user would zoom in when viewing media | ||
529 | PRIM_MEDIA_FIRST_CLICK_INTERACT Used with ll{Get,Set}PrimMediaParams to determine whether the user interacts with media or not when she first clicks it (versus selection) | ||
530 | PRIM_MEDIA_WIDTH_PIXELS Used with ll{Get,Set}PrimMediaParams to access the media's width in pixels | ||
531 | PRIM_MEDIA_HEIGHT_PIXELS Used with ll{Get,Set}PrimMediaParams to access the media's height in pixels | ||
532 | PRIM_MEDIA_WHITELIST_ENABLE Used with ll{Get,Set}PrimMediaParams to determine if the domain whitelist is enabled | ||
533 | PRIM_MEDIA_WHITELIST Used with ll{Get,Set}PrimMediaParams to access the media's list of allowable URL prefixes to navigate to | ||
534 | PRIM_MEDIA_PERMS_INTERACT Used with ll{Get,Set}PrimMediaParams to determine the permissions for who can interact with the media | ||
535 | PRIM_MEDIA_PERMS_CONTROL Used with ll{Get,Set}PrimMediaParams to determine the permissions for who has controls | ||
536 | PRIM_MEDIA_PARAM_MAX The value of the largest media param | ||
537 | |||
538 | PRIM_MEDIA_CONTROLS_STANDARD Used with ll{Get,Set}PrimMediaParams, a PRIM_MEDIA_CONTROLS value meaning "standard controls" | ||
539 | PRIM_MEDIA_CONTROLS_MINI Used with ll{Get,Set}PrimMediaParams, a PRIM_MEDIA_CONTROLS value meaning "mini controls" | ||
540 | |||
541 | PRIM_MEDIA_PERM_NONE Used with ll{Get,Set}PrimMediaParams, a PRIM_MEDIA_PERMS_INTERACT or PRIM_MEDIA_PERMS_CONTROL bit, no permissions | ||
542 | PRIM_MEDIA_PERM_OWNER Used with ll{Get,Set}PrimMediaParams, a PRIM_MEDIA_PERMS_INTERACT or PRIM_MEDIA_PERMS_CONTROL bit, owner permissions | ||
543 | PRIM_MEDIA_PERM_GROUP Used with ll{Get,Set}PrimMediaParams, a PRIM_MEDIA_PERMS_INTERACT or PRIM_MEDIA_PERMS_CONTROL bit, group permissions | ||
544 | PRIM_MEDIA_PERM_ANYONE Used with ll{Get,Set}PrimMediaParams, a PRIM_MEDIA_PERMS_INTERACT or PRIM_MEDIA_PERMS_CONTROL bit, anyone has permissions | ||
545 | |||
546 | PRIM_MEDIA_MAX_URL_LENGTH Used with ll{Get,Set}PrimMediaParams, the maximum length of PRIM_MEDIA_CURRENT_URL or PRIM_MEDIA_HOME_URL | ||
547 | PRIM_MEDIA_MAX_WHITELIST_SIZE Used with ll{Get,Set}PrimMediaParams, the maximum length, in bytes, of PRIM_MEDIA_WHITELIST | ||
548 | PRIM_MEDIA_MAX_WHITELIST_COUNT Used with ll{Get,Set}PrimMediaParams, the maximum number of items allowed in PRIM_MEDIA_WHITELIST | ||
549 | PRIM_MEDIA_MAX_WIDTH_PIXELS Used with ll{Get,Set}PrimMediaParams, the maximum width allowed in PRIM_MEDIA_WIDTH_PIXELS | ||
550 | PRIM_MEDIA_MAX_HEIGHT_PIXELS Used with ll{Get,Set}PrimMediaParams, the maximum width allowed in PRIM_MEDIA_HEIGHT_PIXELS | ||
551 | |||
552 | STATUS_OK Result of function call was success | ||
553 | STATUS_MALFORMED_PARAMS Function was called with malformed params | ||
554 | STATUS_TYPE_MISMATCH Argument(s) passed to function had a type mismatch | ||
555 | STATUS_BOUNDS_ERROR Argument(s) passed to function had a bounds error | ||
556 | STATUS_NOT_FOUND Object or other item was not found | ||
557 | STATUS_NOT_SUPPORTED Feature not supported | ||
558 | STATUS_INTERNAL_ERROR An internal error occurred | ||
559 | STATUS_WHITELIST_FAILED URL failed to pass whitelist | ||
560 | |||
516 | # string constants | 561 | # string constants |
517 | [word .1, .3, .5] | 562 | [word .1, .3, .5] |
518 | NULL_KEY Indicates an empty key | 563 | NULL_KEY Indicates an empty key |
519 | EOF Indicates the last line of a notecard was read | 564 | EOF Indicates the last line of a notecard was read |
520 | TEXTURE_BLANK UUID for the "Blank" texture | 565 | TEXTURE_BLANK UUID for the "Blank" texture |
521 | TEXTURE_DEFAULT UUID for the "Default Media" texture | 566 | TEXTURE_DEFAULT Alias for TEXTURE_PLYWOOD |
567 | TEXTURE_MEDIA UUID for the "Default Media" texture | ||
522 | TEXTURE_PLYWOOD UUID for the default "Plywood" texture | 568 | TEXTURE_PLYWOOD UUID for the default "Plywood" texture |
523 | TEXTURE_TRANSPARENT UUID for the "White - Transparent" texture | 569 | TEXTURE_TRANSPARENT UUID for the "White - Transparent" texture |
524 | 570 | ||
@@ -539,6 +585,7 @@ SQRT2 1.4142135623730950488016887242097 | |||
539 | ZERO_VECTOR <0.0, 0.0, 0.0> | 585 | ZERO_VECTOR <0.0, 0.0, 0.0> |
540 | ZERO_ROTATION <0.0, 0.0, 0.0, 1.0> | 586 | ZERO_ROTATION <0.0, 0.0, 0.0, 1.0> |
541 | 587 | ||
588 | |||
542 | # flow control keywords | 589 | # flow control keywords |
543 | [word 0, 0, .8] | 590 | [word 0, 0, .8] |
544 | for for loop:for (initializer; test; iteration):{: statements:} | 591 | for for loop:for (initializer; test; iteration):{: statements:} |
@@ -563,4 +610,4 @@ return Leave current function or event handler | |||
563 | [two_sided_delimiter_esc 0, .2, 0] | 610 | [two_sided_delimiter_esc 0, .2, 0] |
564 | " " String literal | 611 | " " String literal |
565 | 612 | ||
566 | #functions are supplied by the program now. \ No newline at end of file | 613 | #functions are supplied by the program now. |