diff options
Diffstat (limited to 'linden/indra/newview/app_settings/keywords.ini')
-rw-r--r-- | linden/indra/newview/app_settings/keywords.ini | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/linden/indra/newview/app_settings/keywords.ini b/linden/indra/newview/app_settings/keywords.ini index f53a384..c7f8426 100644 --- a/linden/indra/newview/app_settings/keywords.ini +++ b/linden/indra/newview/app_settings/keywords.ini | |||
@@ -37,7 +37,7 @@ at_target at_target(integer tnum, vector targetpos, vector ourpos):Result of ll | |||
37 | not_at_target not_at_target():Result of llTarget library function call | 37 | not_at_target not_at_target():Result of llTarget library function call |
38 | at_rot_target at_rot_target(integer tnum, rotation targetrot, rotation ourrot):Result of LLRotTarget library function call | 38 | at_rot_target at_rot_target(integer tnum, rotation targetrot, rotation ourrot):Result of LLRotTarget library function call |
39 | not_at_rot_target not_at_rot_target():Result of LLRotTarget library function call | 39 | not_at_rot_target not_at_rot_target():Result of LLRotTarget library function call |
40 | money money(key id, integer amount):Triggered when money 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 an agent attaches or detaches from agent |
@@ -79,7 +79,7 @@ CONTROL_UP Passed to llTakeControls library function and used control event | |||
79 | CONTROL_DOWN Passed to llTakeControls library function and used control event handler to test for agent down control | 79 | CONTROL_DOWN Passed to llTakeControls library function and used control event handler to test for agent down control |
80 | CONTROL_LBUTTON Passed to llTakeControls library function and used control event handler to test for agent left button control | 80 | CONTROL_LBUTTON Passed to llTakeControls library function and used control event handler to test for agent left button control |
81 | CONTROL_ML_LBUTTON Passed to llTakeControls library function and used control event handler to test for agent left button control with the agent in mouse look | 81 | CONTROL_ML_LBUTTON Passed to llTakeControls library function and used control event handler to test for agent left button control with the agent in mouse look |
82 | PERMISSION_DEBIT Passed to llRequestPermissions library function to request permission to take money from agent's account | 82 | PERMISSION_DEBIT Passed to llRequestPermissions library function to request permission to take L$ from agent's account |
83 | PERMISSION_TAKE_CONTROLS Passed to llRequestPermissions library function to request permission to take agent's controls | 83 | PERMISSION_TAKE_CONTROLS Passed to llRequestPermissions library function to request permission to take agent's controls |
84 | # PERMISSION_REMAP_CONTROLS Passed to llRequestPermissions library function to request permission to remap agent's controls (not implemented yet) | 84 | # PERMISSION_REMAP_CONTROLS Passed to llRequestPermissions library function to request permission to remap agent's controls (not implemented yet) |
85 | PERMISSION_TRIGGER_ANIMATION Passed to llRequestPermissions library function to request permission to trigger animation on agent | 85 | PERMISSION_TRIGGER_ANIMATION Passed to llRequestPermissions library function to request permission to trigger animation on agent |
@@ -346,6 +346,7 @@ PRIM_TYPE_SPHERE Followed by integer hole shape, vector cut, float hollow, vecto | |||
346 | PRIM_TYPE_TORUS Followed by integer hole shape, vector cut, float hollow, vector twist,:vector hole size, vector top shear, vector advanced cut, vector taper,:float revolutions, float radius offset, and float skew | 346 | PRIM_TYPE_TORUS Followed by integer hole shape, vector cut, float hollow, vector twist,:vector hole size, vector top shear, vector advanced cut, vector taper,:float revolutions, float radius offset, and float skew |
347 | PRIM_TYPE_TUBE Followed by integer hole shape, vector cut, float hollow, vector twist,:vector hole size, vector top shear, vector advanced cut, vector taper,:float revolutions, float radius offset, and float skew | 347 | PRIM_TYPE_TUBE Followed by integer hole shape, vector cut, float hollow, vector twist,:vector hole size, vector top shear, vector advanced cut, vector taper,:float revolutions, float radius offset, and float skew |
348 | PRIM_TYPE_RING Followed by integer hole shape, vector cut, float hollow, vector twist,:vector hole size, vector top shear, vector advanced cut, vector taper,:float revolutions, float radius offset, and float skew | 348 | PRIM_TYPE_RING Followed by integer hole shape, vector cut, float hollow, vector twist,:vector hole size, vector top shear, vector advanced cut, vector taper,:float revolutions, float radius offset, and float skew |
349 | PRIM_TYPE_SCULPT Followed by a key or string texture uuid. | ||
349 | 350 | ||
350 | PRIM_HOLE_DEFAULT Sets hole type to match the prim type. | 351 | PRIM_HOLE_DEFAULT Sets hole type to match the prim type. |
351 | PRIM_HOLE_SQUARE Sets hole type to square. | 352 | PRIM_HOLE_SQUARE Sets hole type to square. |
@@ -388,6 +389,11 @@ PRIM_BUMP_WEAVE Weave bump map | |||
388 | PRIM_TEXGEN_DEFAULT Default texture mapping | 389 | PRIM_TEXGEN_DEFAULT Default texture mapping |
389 | PRIM_TEXGEN_PLANAR Planar texture mapping | 390 | PRIM_TEXGEN_PLANAR Planar texture mapping |
390 | 391 | ||
392 | PRIM_SCULPT_TYPE_SPHERE Stitch edges in a sphere-like way | ||
393 | PRIM_SCULPT_TYPE_TORUS Stitch edges in a torus-like way | ||
394 | PRIM_SCULPT_TYPE_PLANE Do not stitch edges | ||
395 | PRIM_SCULPT_TYPE_CYLINDER Stitch edges in a cylinder-like way | ||
396 | |||
391 | MASK_BASE Base permissions | 397 | MASK_BASE Base permissions |
392 | MASK_OWNER Owner permissions | 398 | MASK_OWNER Owner permissions |
393 | MASK_GROUP Group permissions | 399 | MASK_GROUP Group permissions |