Skip to content

Add experience and linden-experience properties to functions that require those - #5

Merged
bennettgoble merged 1 commit into
secondlife:mainfrom
Martin-Pitt:patch-1
Jul 9, 2025
Merged

Add experience and linden-experience properties to functions that require those#5
bennettgoble merged 1 commit into
secondlife:mainfrom
Martin-Pitt:patch-1

Conversation

@Martin-Pitt

Copy link
Copy Markdown
Contributor

This commit adds the experience properties into the lsl-definitions.yaml for the following functions:

  • llAgentInExperience
  • llCreateKeyValue
  • llDataSizeKeyValue
  • llDeleteKeyValue
  • llGetExperienceDetails
  • llGetExperienceErrorMessage
  • llKeyCountKeyValue
  • llKeysKeyValue
  • llReadKeyValue
  • llReplaceAgentEnvironment
  • llRequestExperiencePermissions
  • llSetAgentEnvironment
  • llUpdateKeyValue

Additionally a linden-experience property which is currently unique to:

  • llOpenFloater

The comment at the beginning of the functions object structure also now documents these two new properties in the schema for anyone coming into the definitions for the first time.

These changes should help provide domain specific information relevant to scripting for SL as their presence can affect script compilation and it has use in documentation.

… require those

This commit adds the `experience` properties into the lsl-definitions.yaml for the following functions:
- llAgentInExperience
- llCreateKeyValue
- llDataSizeKeyValue
- llDeleteKeyValue
- llGetExperienceDetails
- llGetExperienceErrorMessage
- llKeyCountKeyValue
- llKeysKeyValue
- llReadKeyValue
- llReplaceAgentEnvironment
- llRequestExperiencePermissions
- llSetAgentEnvironment
- llUpdateKeyValue

Additionally a `linden-experience` property which is currently unique to:
- llOpenFloater

The comment at the beginning of the functions object structure also now documents these two new properties in the schema for anyone coming into the definitions for the first time.

These changes should help provide domain specific information relevant to scripting for SL as their presence can affect script compilation and it has use in documentation.
@Martin-Pitt

Martin-Pitt commented Jul 9, 2025

Copy link
Copy Markdown
Contributor Author

Relevant issue is #4

@bennettgoble bennettgoble linked an issue Jul 9, 2025 that may be closed by this pull request

@bennettgoble bennettgoble left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again for the contributions, @Martin-Pitt. This looks good to me.

@bennettgoble
bennettgoble merged commit bbb95c8 into secondlife:main Jul 9, 2025
3 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Functions that require experiences

2 participants