Difference between revisions of "Experience permissions"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
[[Category:Experience Tools]]
[[Category:Experience Tools‎]]
{{LSL_Event
{{LSL_Event
|inject-2={{LSL_Function/avatar|agent_id}}
|inject-2={{LSL_Function/avatar|agent_id}}

Revision as of 19:08, 8 July 2014

Description

Event: experience_permissions( key agent_id ){ ; }

The agent has approved an experience permissions request. This may be through interaction with the experience permission dialog or the experience profile, or automatically if the agent has previously approved the experience.

• key agent_id avatar UUID approving permission

Examples

Deep Notes

Signature

event void experience_permissions( key agent_id );