Skip to content

Commit

Permalink
kwdb version: 0.0.20200612000
Browse files Browse the repository at this point in the history
- Add CLICK_ACTION_ZOOM and CLICK_ACTION_DISABLED to SL
  • Loading branch information
Makopo committed Aug 11, 2020
1 parent 3d3147d commit 46ed552
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion builtins.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by LSL2 Derived Files Generator. Database version: 0.0.20200422000; output module version: 0.0.20140731000
// Generated by LSL2 Derived Files Generator. Database version: 0.0.20200612000; output module version: 0.0.20140731000
integer llAbs( integer val )
float llAcos( float val )
void llAddToLandBanList( key avatar, float hours )
Expand Down Expand Up @@ -587,13 +587,15 @@ const integer CHARACTER_TYPE_C = 2
const integer CHARACTER_TYPE_D = 3
const integer CHARACTER_TYPE_NONE = 4
const integer CLICK_ACTION_BUY = 2
const integer CLICK_ACTION_DISABLED = 8
const integer CLICK_ACTION_NONE = 0
const integer CLICK_ACTION_OPEN = 4
const integer CLICK_ACTION_OPEN_MEDIA = 6
const integer CLICK_ACTION_PAY = 3
const integer CLICK_ACTION_PLAY = 5
const integer CLICK_ACTION_SIT = 1
const integer CLICK_ACTION_TOUCH = 0
const integer CLICK_ACTION_ZOOM = 7
const integer CONTENT_TYPE_ATOM = 4
const integer CONTENT_TYPE_FORM = 7
const integer CONTENT_TYPE_HTML = 1
Expand Down
2 changes: 2 additions & 0 deletions builtins_txt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -590,13 +590,15 @@ const char *builtins_txt[] = {
"const integer CHARACTER_TYPE_D = 3",
"const integer CHARACTER_TYPE_NONE = 4",
"const integer CLICK_ACTION_BUY = 2",
"const integer CLICK_ACTION_DISABLED = 8",
"const integer CLICK_ACTION_NONE = 0",
"const integer CLICK_ACTION_OPEN = 4",
"const integer CLICK_ACTION_OPEN_MEDIA = 6",
"const integer CLICK_ACTION_PAY = 3",
"const integer CLICK_ACTION_PLAY = 5",
"const integer CLICK_ACTION_SIT = 1",
"const integer CLICK_ACTION_TOUCH = 0",
"const integer CLICK_ACTION_ZOOM = 7",
"const integer CONTENT_TYPE_ATOM = 4",
"const integer CONTENT_TYPE_FORM = 7",
"const integer CONTENT_TYPE_HTML = 1",
Expand Down

0 comments on commit 46ed552

Please sign in to comment.