Skip to content

Experience Tools

Serra Royale edited this page Jul 8, 2024 · 3 revisions

Experience Tools provide a way to request persistent permissions across multiple logins and with multiple objects and scripts. In order to use these functions, you must have an experience key. For further information, see Experiences in Mobius Grid in the Mobius Grid Discord's LSL Section.

At this time only Mobius Grid's version of YEngine has support for experience tools.

The Experience Tools API fall into three categories:

Experience Information

• integer llAgentInExperience(key agent) • list llGetExperienceDetails(key experience_id)

Experience Permissions

• event experience_permissions(key agent) • event experience_permissions_denied(key agent, integer reason) • void llRequestExperiencePermissions(key agent, string name)

Experience Persistent Storage

These are all asynchronous functions, they all return a handle that corresponds to a dataserver event.

Debugging

Clone this wiki locally