OsInviteToGroup
From OpenSimulator
(Difference between revisions)
Line 3: | Line 3: | ||
|csharp_syntax= | |csharp_syntax= | ||
|description=Invite the given user to the group the object is set to.<br> | |description=Invite the given user to the group the object is set to.<br> | ||
− | The object can not be group owned.<br> | + | The object must have a group set and can not be group owned.<br> |
The object owner must have the right to invite new users to the group the object is set to.<br> | The object owner must have the right to invite new users to the group the object is set to.<br> | ||
The user with the given key has to be online in that region.<br> | The user with the given key has to be online in that region.<br> |
Revision as of 12:23, 8 October 2020
integer osInviteToGroup(key user)
| |
Invite the given user to the group the object is set to. The object must have a group set and can not be group owned. | |
Threat Level | VeryLow |
Permissions | ${OSSL|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
Extra Delay | 0 seconds |
Notes | |
This function was added in 0.7.4-post-fixes |