From 6551f17966975081ac9b9f4c3b19d33e9d2c69a5 Mon Sep 17 00:00:00 2001 From: mingchen Date: Wed, 7 May 2008 17:33:57 +0000 Subject: *Added SceneExternalChecks.cs that is used to manage checking the results of multiple functions that register with the class and return the result (usually true/false) based on those results. This is useful for module wanting to put their opinion in decisions such as 'can the user rez this object?' --- OpenSim/Region/Environment/Interfaces/IScenePermissions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region/Environment/Interfaces/IScenePermissions.cs') diff --git a/OpenSim/Region/Environment/Interfaces/IScenePermissions.cs b/OpenSim/Region/Environment/Interfaces/IScenePermissions.cs index ad8e139..5d161bb 100644 --- a/OpenSim/Region/Environment/Interfaces/IScenePermissions.cs +++ b/OpenSim/Region/Environment/Interfaces/IScenePermissions.cs @@ -34,8 +34,8 @@ namespace OpenSim.Region.Environment.Interfaces bool BypassPermissions { get; set; } #region Object Permissions - - bool CanRezObject(LLUUID user, LLVector3 position); + + bool CanRezObject(LLUUID user, LLVector3 position, int count); /// /// Permissions check - can user delete an object? -- cgit v1.1