OsInviteToGroup
From OpenSimulator
(Difference between revisions)
| Line 14: | Line 14: | ||
|ossl_example= | |ossl_example= | ||
|additional_info=This function was added in 0.7.4-post-fixes<br> | |additional_info=This function was added in 0.7.4-post-fixes<br> | ||
| − | This function may fail | + | This function may fail during a short time, after changing group roles |
}} | }} | ||
Revision as of 12:27, 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, if the invitation could be sent, otherwise FALSE. | |
| 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 | |