OsEjectFromGroup
From OpenSimulator
(Difference between revisions)
m (Added permissions and delay information) |
m (Added note stating which version of OpenSim introduced this function) |
||
Line 9: | Line 9: | ||
|delay=0 | |delay=0 | ||
|ossl_example= | |ossl_example= | ||
− | |additional_info= | + | |additional_info=This function was added in 0.7.4-post-fixes |
}} | }} |
Revision as of 08:35, 15 October 2018
integer osEjectFromGroup(key user)
| |
Eject the given user from the group the object is set to.
The object owner must have the right to eject users from the group the object is set to. The group member who is ejected can be offline. The user gets an instant message, that he/she has been ejected from that group. The result is TRUE, if the user could be ejected, otherwise FALSE. | |
Threat Level | VeryLow |
Permissions | ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
Extra Delay | 0 seconds |
Notes | |
This function was added in 0.7.4-post-fixes |