You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generated/lsl_keywords_pretty.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2470,7 +2470,7 @@ This file is auto-generated by https://github.com/secondlife/lsl-definitions. --
2470
2470
<key>HTTP_CUSTOM_HEADER</key>
2471
2471
<map>
2472
2472
<key>tooltip</key>
2473
-
<string>Adds a custom HTTP header (name and value pair) to the request. Up to 8 custom headers can be configured per request. Some default or sensitive headers are blocked for security reasons.</string>
2473
+
<string>Adds custom HTTP headers to the request (up to 8 per request). At the SLua level, provide a string-keyed table mapping header names to values; the serializer emits one HTTP_CUSTOM_HEADER/key/value triple per entry. Some default or sensitive headers are blocked for security reasons.</string>
2474
2474
<key>type</key>
2475
2475
<string>integer</string>
2476
2476
<key>value</key>
@@ -5643,7 +5643,7 @@ vector force
5643
5643
<key>PRIM_MEDIA_WHITELIST</key>
5644
5644
<map>
5645
5645
<key>tooltip</key>
5646
-
<string>String. Gets or sets the whitelist as a string of escaped, comma-separated URLs (supports up to 64 URLs or 1024 characters, whichever comes first).</string>
5646
+
<string>Gets or sets the media whitelist as an array of URL strings (up to 64 URLs or 1024 characters, whichever comes first). At the SLua level, provide a {string} array; the serializer encodes it as an escaped, comma-separated string for the underlying LSL API.</string>
Copy file name to clipboardExpand all lines: generated/lua_keywords_pretty.xml
+138-2Lines changed: 138 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -198,6 +198,21 @@ export type DateTypeResult = {
198
198
isdst: boolean?,
199
199
}</string>
200
200
</map>
201
+
<key>HttpRequestParams</key>
202
+
<map>
203
+
<key>tooltip</key>
204
+
<string>HTTP request parameter table. Pass to ll.httpRequest() to configure an HTTP request.</string>
205
+
</map>
206
+
<key>MediaParams</key>
207
+
<map>
208
+
<key>tooltip</key>
209
+
<string>Prim face media parameter table. Pass to llprim.SetMedia() to configure media on a face.</string>
210
+
</map>
211
+
<key>ParticleParams</key>
212
+
<map>
213
+
<key>tooltip</key>
214
+
<string>Particle system parameter table. Pass to llprim.ParticleSystem() to emit particles.</string>
215
+
</map>
201
216
<key>list</key>
202
217
<map>
203
218
<key>tooltip</key>
@@ -2723,7 +2738,7 @@ export type rotation = quaternion</string>
2723
2738
<key>HTTP_CUSTOM_HEADER</key>
2724
2739
<map>
2725
2740
<key>tooltip</key>
2726
-
<string>Adds a custom HTTP header (name and value pair) to the request. Up to 8 custom headers can be configured per request. Some default or sensitive headers are blocked for security reasons.</string>
2741
+
<string>Adds custom HTTP headers to the request (up to 8 per request). At the SLua level, provide a string-keyed table mapping header names to values; the serializer emits one HTTP_CUSTOM_HEADER/key/value triple per entry. Some default or sensitive headers are blocked for security reasons.</string>
2727
2742
<key>type</key>
2728
2743
<string>number</string>
2729
2744
<key>value</key>
@@ -5916,7 +5931,7 @@ vector force
5916
5931
<key>PRIM_MEDIA_WHITELIST</key>
5917
5932
<map>
5918
5933
<key>tooltip</key>
5919
-
<string>String. Gets or sets the whitelist as a string of escaped, comma-separated URLs (supports up to 64 URLs or 1024 characters, whichever comes first).</string>
5934
+
<string>Gets or sets the media whitelist as an array of URL strings (up to 64 URLs or 1024 characters, whichever comes first). At the SLua level, provide a {string} array; the serializer encodes it as an escaped, comma-separated string for the underlying LSL API.</string>
5920
5935
<key>type</key>
5921
5936
<string>number</string>
5922
5937
<key>value</key>
@@ -13217,6 +13232,54 @@ Returns true if result is non-zero.</string>
13217
13232
<key>tooltip</key>
13218
13233
<string>Encodes a string or buffer to base64</string>
13219
13234
</map>
13235
+
<key>llhttp</key>
13236
+
<map>
13237
+
<key>energy</key>
13238
+
<real>-1.0</real>
13239
+
<key>tooltip</key>
13240
+
<string>Utilities for making HTTP requests.</string>
13241
+
</map>
13242
+
<key>llhttp.request</key>
13243
+
<map>
13244
+
<key>arguments</key>
13245
+
<array>
13246
+
<map>
13247
+
<key>url</key>
13248
+
<map>
13249
+
<key>tooltip</key>
13250
+
<string></string>
13251
+
<key>type</key>
13252
+
<string>string</string>
13253
+
</map>
13254
+
</map>
13255
+
<map>
13256
+
<key>params</key>
13257
+
<map>
13258
+
<key>tooltip</key>
13259
+
<string></string>
13260
+
<key>type</key>
13261
+
<string>HttpRequestParams?</string>
13262
+
</map>
13263
+
</map>
13264
+
<map>
13265
+
<key>body</key>
13266
+
<map>
13267
+
<key>tooltip</key>
13268
+
<string></string>
13269
+
<key>type</key>
13270
+
<string>string?</string>
13271
+
</map>
13272
+
</map>
13273
+
</array>
13274
+
<key>energy</key>
13275
+
<real>10.0</real>
13276
+
<key>return</key>
13277
+
<string>uuid</string>
13278
+
<key>sleep</key>
13279
+
<real>0.0</real>
13280
+
<key>tooltip</key>
13281
+
<string>Send an HTTP request. Returns a key identifying the request, which is delivered via the http_response event. Omit body for requests that do not need a body (e.g. GET).</string>
13282
+
</map>
13220
13283
<key>lljson</key>
13221
13284
<map>
13222
13285
<key>energy</key>
@@ -13359,6 +13422,79 @@ Returns true if result is non-zero.</string>
13359
13422
<key>tooltip</key>
13360
13423
<string>Utilities for working with prims / objects</string>
13361
13424
</map>
13425
+
<key>llprim.particleSystem</key>
13426
+
<map>
13427
+
<key>arguments</key>
13428
+
<array>
13429
+
<map>
13430
+
<key>params</key>
13431
+
<map>
13432
+
<key>tooltip</key>
13433
+
<string></string>
13434
+
<key>type</key>
13435
+
<string>ParticleParams?</string>
13436
+
</map>
13437
+
</map>
13438
+
<map>
13439
+
<key>link</key>
13440
+
<map>
13441
+
<key>tooltip</key>
13442
+
<string></string>
13443
+
<key>type</key>
13444
+
<string>number?</string>
13445
+
</map>
13446
+
</map>
13447
+
</array>
13448
+
<key>energy</key>
13449
+
<real>10.0</real>
13450
+
<key>return</key>
13451
+
<string>()</string>
13452
+
<key>sleep</key>
13453
+
<real>0.0</real>
13454
+
<key>tooltip</key>
13455
+
<string>Emit a particle system from a ParticleParams table. Omit link to apply to the current prim.</string>
13456
+
</map>
13457
+
<key>llprim.setMedia</key>
13458
+
<map>
13459
+
<key>arguments</key>
13460
+
<array>
13461
+
<map>
13462
+
<key>face</key>
13463
+
<map>
13464
+
<key>tooltip</key>
13465
+
<string></string>
13466
+
<key>type</key>
13467
+
<string>number</string>
13468
+
</map>
13469
+
</map>
13470
+
<map>
13471
+
<key>params</key>
13472
+
<map>
13473
+
<key>tooltip</key>
13474
+
<string></string>
13475
+
<key>type</key>
13476
+
<string>MediaParams?</string>
13477
+
</map>
13478
+
</map>
13479
+
<map>
13480
+
<key>link</key>
13481
+
<map>
13482
+
<key>tooltip</key>
13483
+
<string></string>
13484
+
<key>type</key>
13485
+
<string>number?</string>
13486
+
</map>
13487
+
</map>
13488
+
</array>
13489
+
<key>energy</key>
13490
+
<real>10.0</real>
13491
+
<key>return</key>
13492
+
<string>number</string>
13493
+
<key>sleep</key>
13494
+
<real>0.0</real>
13495
+
<key>tooltip</key>
13496
+
<string>Configure media on a specific face. Omit link to apply to the current prim.</string>
0 commit comments