Skip to content

Commit 46ed552

Browse files
committed
kwdb version: 0.0.20200612000
- Add CLICK_ACTION_ZOOM and CLICK_ACTION_DISABLED to SL
1 parent 3d3147d commit 46ed552

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

builtins.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by LSL2 Derived Files Generator. Database version: 0.0.20200422000; output module version: 0.0.20140731000
1+
// Generated by LSL2 Derived Files Generator. Database version: 0.0.20200612000; output module version: 0.0.20140731000
22
integer llAbs( integer val )
33
float llAcos( float val )
44
void llAddToLandBanList( key avatar, float hours )
@@ -587,13 +587,15 @@ const integer CHARACTER_TYPE_C = 2
587587
const integer CHARACTER_TYPE_D = 3
588588
const integer CHARACTER_TYPE_NONE = 4
589589
const integer CLICK_ACTION_BUY = 2
590+
const integer CLICK_ACTION_DISABLED = 8
590591
const integer CLICK_ACTION_NONE = 0
591592
const integer CLICK_ACTION_OPEN = 4
592593
const integer CLICK_ACTION_OPEN_MEDIA = 6
593594
const integer CLICK_ACTION_PAY = 3
594595
const integer CLICK_ACTION_PLAY = 5
595596
const integer CLICK_ACTION_SIT = 1
596597
const integer CLICK_ACTION_TOUCH = 0
598+
const integer CLICK_ACTION_ZOOM = 7
597599
const integer CONTENT_TYPE_ATOM = 4
598600
const integer CONTENT_TYPE_FORM = 7
599601
const integer CONTENT_TYPE_HTML = 1

builtins_txt.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,13 +590,15 @@ const char *builtins_txt[] = {
590590
"const integer CHARACTER_TYPE_D = 3",
591591
"const integer CHARACTER_TYPE_NONE = 4",
592592
"const integer CLICK_ACTION_BUY = 2",
593+
"const integer CLICK_ACTION_DISABLED = 8",
593594
"const integer CLICK_ACTION_NONE = 0",
594595
"const integer CLICK_ACTION_OPEN = 4",
595596
"const integer CLICK_ACTION_OPEN_MEDIA = 6",
596597
"const integer CLICK_ACTION_PAY = 3",
597598
"const integer CLICK_ACTION_PLAY = 5",
598599
"const integer CLICK_ACTION_SIT = 1",
599600
"const integer CLICK_ACTION_TOUCH = 0",
601+
"const integer CLICK_ACTION_ZOOM = 7",
600602
"const integer CONTENT_TYPE_ATOM = 4",
601603
"const integer CONTENT_TYPE_FORM = 7",
602604
"const integer CONTENT_TYPE_HTML = 1",

0 commit comments

Comments
 (0)