OsInviteToGroup
From OpenSimulator
(Difference between revisions)
BillBlight (Talk | contribs) m |
|||
Line 2: | Line 2: | ||
|function_syntax=integer osInviteToGroup(key user) | |function_syntax=integer osInviteToGroup(key user) | ||
|csharp_syntax= | |csharp_syntax= | ||
− | |description=Invite the given user to the group the object is set to. The | + | |description=Invite the given user 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 | + | The object can not be group owned.<br> |
− | The user with the given key has to be online in that region. | + | The object owner must have the right to invite new users to the group the object is set to.<br> |
− | The user gets a normal group invitation, showing the owner of the object as sender. The invitation can be accepted or rejected and the user can open the corresponding group window. | + | The user with the given key has to be online in that region.<br> |
+ | The user gets a normal group invitation, showing the owner of the object as sender. The invitation can be accepted or rejected and the user can open the corresponding group window.<br> | ||
+ | Returns TRUE, if the invitation could be sent, otherwise FALSE. | ||
|threat_level=VeryLow | |threat_level=VeryLow | ||
|permissions=${OSSL|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | |permissions=${OSSL|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
Revision as of 12:22, 8 October 2020
integer osInviteToGroup(key user)
| |
Invite the given user to the group the object is set to. The object 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 |