llManageEstateAccess
function ll.ManageEstateAccess(Action: number, AvatarID: string): numberAdds or removes agents from the estate's agent access or ban lists, or groups to the estate's group access list. Action is one of the ESTATE_ACCESS_ALLOWED_* operations to perform.
Returns an integer representing a boolean, TRUE if the call was successful; FALSE if throttled, invalid action, invalid or null id or object owner is not allowed to manage the estate.
The object owner is notified of any changes, unless PERMISSION_SILENT_ESTATE_MANAGEMENT has been granted to the script.
Parameters
-
Action(number) - One of the ESTATE_ACCESS_ALLOWED_* actions.
-
AvatarID(string) - UUID of the avatar or group to act upon.
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.ManageEstateAccess().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llManageEstateAccess