OsEjectFromGroup
From OpenSimulator
(Difference between revisions)
(Created page with "{{osslfunc |function_syntax=integer osEjectFromGroup(key user) |csharp_syntax= |description=Eject the given user from the group the object is set to. The object owner must have t...") |
m (Added permissions and delay information) |
||
Line 5: | Line 5: | ||
The object owner must have the right to eject users 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. | 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= | + | |threat_level=VeryLow |
+ | |permissions=${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | ||
+ | |delay=0 | ||
|ossl_example= | |ossl_example= | ||
|additional_info= | |additional_info= | ||
}} | }} |
Revision as of 07:19, 25 October 2017
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 |