Add experience and linden-experience properties to functions that require those - #5
Merged
Merged
Conversation
… 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.
Contributor
Author
|
Relevant issue is #4 |
bennettgoble
approved these changes
Jul 9, 2025
bennettgoble
left a comment
There was a problem hiding this comment.
Thanks again for the contributions, @Martin-Pitt. This looks good to me.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit adds the
experienceproperties into the lsl-definitions.yaml for the following functions:Additionally a
linden-experienceproperty which is currently unique to: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.