Difference between revisions of "LlInviteToGroup"

From Second Life Wiki
Jump to navigation Jump to search
(I give up)
Line 1: Line 1:
{{cleanup|April 2007}}
{{LSL_Function/permission|PERMISSION_GROUP_INVITE|grant=a group officer}}{{LSL_Function
 
{{LSL_Function
|func_id
|func_id
|func_sleep
|func_sleep
|func_energy
|func_energy
|func=llInviteToGroup
|func=llInviteToGroup
|p1_type=key|p1_name=avatar
|sort
|sort
|func_desc
|func_desc=Adds '''avatar''' to the group the object is deeded to.
|return_text
|return_text
|return_type
|return_type
|spec
|spec=We need some way to invite an avatar to join the owners group if he has the right to invite members and has given the script permission to act as his delegate.
|caveats
|examples
|helpers
|related
|also_functions=[[llRequestPermissions]]
|also_events=[[Run_time_permissions]]
|notes=We need some way to invite an avatar to join the owners group if he has the right to invite members and has given the script permission to act as his delegate.


llInviteToGroup(key group, key avatar)
llInviteToGroup(key group, key avatar)
Line 30: Line 22:


Depending on if the script has a ('active') group if it's not group-owned we might or might not need another function: list [[llGetOwnerGroups]]()
Depending on if the script has a ('active') group if it's not group-owned we might or might not need another function: list [[llGetOwnerGroups]]()
|caveats
|examples
|helpers
|related
|also_functions
|also_events
|notes
|mode=request}}
|mode=request}}

Revision as of 20:47, 16 April 2007

Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: llInviteToGroup( key avatar );

Adds avatar to the group the object is deeded to.

• key avatar

To run this function the script must request the PERMISSION_GROUP_INVITE permission with llRequestPermissions and it must be granted by a group officer.

Specification

We need some way to invite an avatar to join the owners group if he has the right to invite members and has given the script permission to act as his delegate.

llInviteToGroup(key group, key avatar)

or

llInviteToGroup(key avatar)

would be great.

We basically need to be able to perform group administration tasks if the script owner is in the group and has the right to perform these tasks.

Depending on if the script has a ('active') group if it's not group-owned we might or might not need another function: list llGetOwnerGroups()

Caveats

Permissions
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Events

•  run_time_permissions Permission receiving event

Functions

•  llGetPermissions Get the permissions granted
•  llGetPermissionsKey Get the agent who granted permissions
•  llRequestPermissions Request permissions

Articles

•  Script permissions

Deep Notes

Search JIRA for related Issues

Signature

//function void llInviteToGroup( key avatar );