Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Constants.hs #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ChloeConstantine
Copy link

I just found a bunch of constants related to linkset data that I previously missed

I just found a bunch of constants related to linkset data that I previously missed
@KoolLSL
Copy link

KoolLSL commented Jan 15, 2023

Seems LL is raining new constants, too fast for the wiki can catch up ;)
Fix:
Constant "CLICK_ACTION_DISABLED" (IVal 8), instead of Constant "CLICK_ACTION_DISABLED" llcClickActionTouch,
Constant "LINKSETDATA_NOUPDATE" (IVal (5)), instead of Constant "LINKSETDATA_MOUPDATE" (IVal (5)),

New (was hidden in llGetObjectDetails() or llReplaceEnvironment()):
Constant "ENV_NO_ENVIRONMENT" (IVal -3),
Constant "ENV_THROTTLE" (IVal -8),
Constant "ENV_NO_PERMISSIONS" (IVal -9),
Constant "INVENTORY_SETTING " (IVal 56),
Constant "OBJECT_ACCOUNT_LEVEL" (IVal 41),
Constant "OBJECT_ANIMATED_COUNT" (IVal 39),
Constant "OBJECT_ANIMATED_SLOTS_AVAILABLE" (IVal 40),
Constant "OBJECT_LINK_NUMBER" (IVal 46),
Constant "OBJECT_MASS" (IVal 43),
Constant "OBJECT_MATERIAL" (IVal 42),
Constant "OBJECT_REZ_TIME" (IVal 45),
Constant "OBJECT_SCALE" (IVal 47),
Constant "OBJECT_TEXT" (IVal 44),
Constant "OBJECT_TEXT_ALPHA" (IVal 49),
Constant "OBJECT_TEXT_COLOR" (IVal 48),

There are also a bunch of not yet listed constants on:
https://wiki.secondlife.com/wiki/LlGetEnvironment
https://wiki.secondlife.com/wiki/LlReplaceAgentEnvironment
https://wiki.secondlife.com/wiki/LlSetEnvironment
https://wiki.secondlife.com/wiki/LlLinkPlaySound

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants