File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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
22integer llAbs( integer val )
33float llAcos( float val )
44void llAddToLandBanList( key avatar, float hours )
@@ -587,13 +587,15 @@ const integer CHARACTER_TYPE_C = 2
587587const integer CHARACTER_TYPE_D = 3
588588const integer CHARACTER_TYPE_NONE = 4
589589const integer CLICK_ACTION_BUY = 2
590+ const integer CLICK_ACTION_DISABLED = 8
590591const integer CLICK_ACTION_NONE = 0
591592const integer CLICK_ACTION_OPEN = 4
592593const integer CLICK_ACTION_OPEN_MEDIA = 6
593594const integer CLICK_ACTION_PAY = 3
594595const integer CLICK_ACTION_PLAY = 5
595596const integer CLICK_ACTION_SIT = 1
596597const integer CLICK_ACTION_TOUCH = 0
598+ const integer CLICK_ACTION_ZOOM = 7
597599const integer CONTENT_TYPE_ATOM = 4
598600const integer CONTENT_TYPE_FORM = 7
599601const integer CONTENT_TYPE_HTML = 1
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments