OsInviteToGroup
From OpenSimulator
(Difference between revisions)
Line 8: | Line 8: | ||
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> | 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.<br> | + | Returns TRUE (1), if the invitation could be sent, otherwise FALSE (0).<br> |
− | Since version 0.9.2, it will return | + | Since version 0.9.2, it will return 2 if user is already member of the group. |
|threat_level=VeryLow | |threat_level=VeryLow |
Revision as of 13:22, 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. Returns TRUE (1), if the invitation could be sent, otherwise FALSE (0). | |
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 This function may fail during a short time, after changing group roles |