Jump to content

llManageEstateAccess on BlueSteel


Cerise Sorbet
 Share

You are about to reply to a thread that has been inactive for 4577 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

Per Maestro Linden in beta office hour  -- http://wiki.secondlife.com/wiki/Beta_Server_Office_Hours/Minutes/2011-10-13

integer llManageEstateAccess(integer action, key id)

  • Use to add or remove agents from the estate's agent access or ban lists or groups from the estate's group access list.
  • Only works for objects owned by the Estate Owner or an Estate Manager.
  • Calls are throttled at a rate of 30 calls per 30 seconds.
  • Returns TRUE is action is sent to the database.
  • Returns FALSE if throttled, invalid action, invalid or null id or object owner is not allowed to manage the estate.

Actions for llManageEstateAccess:

  • ESTATE_ACCESS_ALLOWED_AGENT_ADD: Add the agent to this estate's Allowed Residents list.
  • ESTATE_ACCESS_ALLOWED_AGENT_REMOVE: Remove the agent from this estate's Allowed Residents list.
  • ESTATE_ACCESS_ALLOWED_GROUP_ADD: Add the group to this estate's Allowed groups list.
  • ESTATE_ACCESS_ALLOWED_GROUP_REMOVE: Remove the group from this estate's Allowed groups list.ESTATE_ACCESS_BANNED_AGENT_ADD: Add the agent to this estate's Banned residents list.
  • ESTATE_ACCESS_BANNED_AGENT_REMOVE: Remove the agent from this estate's Banned residents list.
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 4577 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...