mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
New upstream version of builtins.txt
This commit is contained in:
parent
f3037df055
commit
1e22a21074
1 changed files with 3 additions and 1 deletions
|
@ -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 )
|
integer llAbs( integer val )
|
||||||
float llAcos( float val )
|
float llAcos( float val )
|
||||||
void llAddToLandBanList( key avatar, float hours )
|
void llAddToLandBanList( key avatar, float hours )
|
||||||
|
@ -587,6 +587,7 @@ const integer CHARACTER_TYPE_C = 2
|
||||||
const integer CHARACTER_TYPE_D = 3
|
const integer CHARACTER_TYPE_D = 3
|
||||||
const integer CHARACTER_TYPE_NONE = 4
|
const integer CHARACTER_TYPE_NONE = 4
|
||||||
const integer CLICK_ACTION_BUY = 2
|
const integer CLICK_ACTION_BUY = 2
|
||||||
|
const integer CLICK_ACTION_DISABLED = 8
|
||||||
const integer CLICK_ACTION_NONE = 0
|
const integer CLICK_ACTION_NONE = 0
|
||||||
const integer CLICK_ACTION_OPEN = 4
|
const integer CLICK_ACTION_OPEN = 4
|
||||||
const integer CLICK_ACTION_OPEN_MEDIA = 6
|
const integer CLICK_ACTION_OPEN_MEDIA = 6
|
||||||
|
@ -594,6 +595,7 @@ const integer CLICK_ACTION_PAY = 3
|
||||||
const integer CLICK_ACTION_PLAY = 5
|
const integer CLICK_ACTION_PLAY = 5
|
||||||
const integer CLICK_ACTION_SIT = 1
|
const integer CLICK_ACTION_SIT = 1
|
||||||
const integer CLICK_ACTION_TOUCH = 0
|
const integer CLICK_ACTION_TOUCH = 0
|
||||||
|
const integer CLICK_ACTION_ZOOM = 7
|
||||||
const integer CONTENT_TYPE_ATOM = 4
|
const integer CONTENT_TYPE_ATOM = 4
|
||||||
const integer CONTENT_TYPE_FORM = 7
|
const integer CONTENT_TYPE_FORM = 7
|
||||||
const integer CONTENT_TYPE_HTML = 1
|
const integer CONTENT_TYPE_HTML = 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue