OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Events | List of all members
OpenSim.Region.Framework.Scenes.ScenePermissions Class Reference

Public Member Functions

 ScenePermissions (Scene scene)
 
uint GenerateClientFlags (UUID userID, UUID objectID)
 
void SetBypassPermissions (bool value)
 
bool BypassPermissions ()
 
bool PropagatePermissions ()
 
bool CanRezObject (int objectCount, UUID owner, Vector3 objectPosition)
 
bool CanDeleteObject (UUID objectID, UUID deleter)
 
bool CanTransferObject (UUID objectID, UUID recipient)
 
bool CanTakeObject (UUID objectID, UUID AvatarTakingUUID)
 
bool CanTakeCopyObject (UUID objectID, UUID userID)
 
bool CanDuplicateObject (int objectCount, UUID objectID, UUID owner, Vector3 objectPosition)
 
bool CanEditObject (UUID objectID, UUID editorID)
 
bool CanEditObjectInventory (UUID objectID, UUID editorID)
 
bool CanMoveObject (UUID objectID, UUID moverID)
 
bool CanObjectEntry (UUID objectID, bool enteringRegion, Vector3 newPoint)
 
bool CanReturnObjects (ILandObject land, UUID user, List< SceneObjectGroup > objects)
 
bool CanInstantMessage (UUID user, UUID target)
 
bool CanInventoryTransfer (UUID user, UUID target)
 
bool CanViewScript (UUID script, UUID objectID, UUID user)
 
bool CanViewNotecard (UUID script, UUID objectID, UUID user)
 
bool CanEditScript (UUID script, UUID objectID, UUID user)
 
bool CanEditNotecard (UUID script, UUID objectID, UUID user)
 
bool CanRunScript (UUID script, UUID objectID, UUID user)
 
bool CanCompileScript (UUID ownerUUID, int scriptType)
 
bool CanStartScript (UUID script, UUID user)
 
bool CanStopScript (UUID script, UUID user)
 
bool CanResetScript (UUID prim, UUID script, UUID user)
 
bool CanTerraformLand (UUID user, Vector3 pos)
 
bool CanRunConsoleCommand (UUID user)
 
bool CanIssueEstateCommand (UUID user, bool ownerCommand)
 
bool IsGod (UUID user)
 
bool IsGridGod (UUID user)
 
bool IsAdministrator (UUID user)
 
bool IsEstateManager (UUID user)
 
bool CanEditParcelProperties (UUID user, ILandObject parcel, GroupPowers p, bool allowManager)
 
bool CanSellParcel (UUID user, ILandObject parcel)
 
bool CanAbandonParcel (UUID user, ILandObject parcel)
 
bool CanReclaimParcel (UUID user, ILandObject parcel)
 
bool CanDeedParcel (UUID user, ILandObject parcel)
 
bool CanDeedObject (UUID user, UUID group)
 
bool CanBuyLand (UUID user, ILandObject parcel)
 
bool CanLinkObject (UUID user, UUID objectID)
 
bool CanDelinkObject (UUID user, UUID objectID)
 
bool CanCreateObjectInventory (int invType, UUID objectID, UUID userID)
 
bool CanCopyObjectInventory (UUID itemID, UUID objectID, UUID userID)
 
bool CanDeleteObjectInventory (UUID itemID, UUID objectID, UUID userID)
 
bool CanTransferObjectInventory (UUID itemID, UUID objectID, UUID userID)
 
bool CanCreateUserInventory (int invType, UUID userID)
 Check whether the specified user is allowed to create the given inventory type in their inventory. More...
 
bool CanEditUserInventory (UUID itemID, UUID userID)
 Check whether the specified user is allowed to edit the given inventory item within their own inventory. More...
 
bool CanCopyUserInventory (UUID itemID, UUID userID)
 Check whether the specified user is allowed to copy the given inventory item from their own inventory. More...
 
bool CanDeleteUserInventory (UUID itemID, UUID userID)
 Check whether the specified user is allowed to edit the given inventory item within their own inventory. More...
 
bool CanTransferUserInventory (UUID itemID, UUID userID, UUID recipientID)
 
bool CanTeleport (UUID userID)
 
bool CanControlPrimMedia (UUID userID, UUID primID, int face)
 
bool CanInteractWithPrimMedia (UUID userID, UUID primID, int face)
 

Events

GenerateClientFlagsHandler OnGenerateClientFlags
 
SetBypassPermissionsHandler OnSetBypassPermissions
 
BypassPermissionsHandler OnBypassPermissions
 
PropagatePermissionsHandler OnPropagatePermissions
 
RezObjectHandler OnRezObject
 
DeleteObjectHandler OnDeleteObject
 
TransferObjectHandler OnTransferObject
 
TakeObjectHandler OnTakeObject
 
TakeCopyObjectHandler OnTakeCopyObject
 
DuplicateObjectHandler OnDuplicateObject
 
EditObjectHandler OnEditObject
 
EditObjectInventoryHandler OnEditObjectInventory
 
MoveObjectHandler OnMoveObject
 
ObjectEntryHandler OnObjectEntry
 
ReturnObjectsHandler OnReturnObjects
 
InstantMessageHandler OnInstantMessage
 
InventoryTransferHandler OnInventoryTransfer
 
ViewScriptHandler OnViewScript
 
ViewNotecardHandler OnViewNotecard
 
EditScriptHandler OnEditScript
 
EditNotecardHandler OnEditNotecard
 
RunScriptHandler OnRunScript
 
CompileScriptHandler OnCompileScript
 
StartScriptHandler OnStartScript
 
StopScriptHandler OnStopScript
 
ResetScriptHandler OnResetScript
 
TerraformLandHandler OnTerraformLand
 
RunConsoleCommandHandler OnRunConsoleCommand
 
IssueEstateCommandHandler OnIssueEstateCommand
 
IsGodHandler OnIsGod
 
IsGridGodHandler OnIsGridGod
 
IsAdministratorHandler OnIsAdministrator
 
IsEstateManagerHandler OnIsEstateManager
 
EditParcelPropertiesHandler OnEditParcelProperties
 
SellParcelHandler OnSellParcel
 
AbandonParcelHandler OnAbandonParcel
 
ReclaimParcelHandler OnReclaimParcel
 
DeedParcelHandler OnDeedParcel
 
DeedObjectHandler OnDeedObject
 
BuyLandHandler OnBuyLand
 
LinkObjectHandler OnLinkObject
 
DelinkObjectHandler OnDelinkObject
 
CreateObjectInventoryHandler OnCreateObjectInventory
 
CopyObjectInventoryHandler OnCopyObjectInventory
 
DeleteObjectInventoryHandler OnDeleteObjectInventory
 
TransferObjectInventoryHandler OnTransferObjectInventory
 
CreateUserInventoryHandler OnCreateUserInventory
 
EditUserInventoryHandler OnEditUserInventory
 
CopyUserInventoryHandler OnCopyUserInventory
 
DeleteUserInventoryHandler OnDeleteUserInventory
 
TransferUserInventoryHandler OnTransferUserInventory
 
TeleportHandler OnTeleport
 
ControlPrimMediaHandler OnControlPrimMedia
 
InteractWithPrimMediaHandler OnInteractWithPrimMedia
 

Detailed Description

Definition at line 97 of file Scene.Permissions.cs.

Constructor & Destructor Documentation

OpenSim.Region.Framework.Scenes.ScenePermissions.ScenePermissions ( Scene  scene)
inline

Definition at line 103 of file Scene.Permissions.cs.

Member Function Documentation

bool OpenSim.Region.Framework.Scenes.ScenePermissions.BypassPermissions ( )
inline

Definition at line 210 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanAbandonParcel ( UUID  user,
ILandObject  parcel 
)
inline

Definition at line 817 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanBuyLand ( UUID  user,
ILandObject  parcel 
)
inline

Definition at line 878 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanCompileScript ( UUID  ownerUUID,
int  scriptType 
)
inline

Definition at line 595 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanControlPrimMedia ( UUID  userID,
UUID  primID,
int  face 
)
inline

Definition at line 1106 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanCopyObjectInventory ( UUID  itemID,
UUID  objectID,
UUID  userID 
)
inline

Definition at line 947 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanCopyUserInventory ( UUID  itemID,
UUID  userID 
)
inline

Check whether the specified user is allowed to copy the given inventory item from their own inventory.

Parameters
itemID
userID
Returns

Definition at line 1040 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanCreateObjectInventory ( int  invType,
UUID  objectID,
UUID  userID 
)
inline

Check whether the specified user is allowed to directly create the given inventory type in a prim's inventory (e.g. the New Script button in the 1.21 Linden Lab client).

Parameters
invType
objectID
userID
Returns

Definition at line 932 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanCreateUserInventory ( int  invType,
UUID  userID 
)
inline

Check whether the specified user is allowed to create the given inventory type in their inventory.

Parameters
invType
userID
Returns

Definition at line 998 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanDeedObject ( UUID  user,
UUID  group 
)
inline

Definition at line 863 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanDeedParcel ( UUID  user,
ILandObject  parcel 
)
inline

Definition at line 848 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanDeleteObject ( UUID  objectID,
UUID  deleter 
)
inline

Definition at line 259 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanDeleteObjectInventory ( UUID  itemID,
UUID  objectID,
UUID  userID 
)
inline

Definition at line 962 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanDeleteUserInventory ( UUID  itemID,
UUID  userID 
)
inline

Check whether the specified user is allowed to edit the given inventory item within their own inventory.

Parameters
itemID
userID
Returns

Definition at line 1061 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanDelinkObject ( UUID  user,
UUID  objectID 
)
inline

Definition at line 908 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanDuplicateObject ( int  objectCount,
UUID  objectID,
UUID  owner,
Vector3  objectPosition 
)
inline

Definition at line 360 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanEditNotecard ( UUID  script,
UUID  objectID,
UUID  user 
)
inline

Definition at line 559 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanEditObject ( UUID  objectID,
UUID  editorID 
)
inline

Definition at line 378 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanEditObjectInventory ( UUID  objectID,
UUID  editorID 
)
inline

Definition at line 393 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanEditParcelProperties ( UUID  user,
ILandObject  parcel,
GroupPowers  p,
bool  allowManager 
)
inline

Definition at line 783 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanEditScript ( UUID  script,
UUID  objectID,
UUID  user 
)
inline

Definition at line 544 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanEditUserInventory ( UUID  itemID,
UUID  userID 
)
inline

Check whether the specified user is allowed to edit the given inventory item within their own inventory.

Parameters
itemID
userID
Returns

Definition at line 1019 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanInstantMessage ( UUID  user,
UUID  target 
)
inline

Definition at line 475 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanInteractWithPrimMedia ( UUID  userID,
UUID  primID,
int  face 
)
inline

Definition at line 1121 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanInventoryTransfer ( UUID  user,
UUID  target 
)
inline

Definition at line 493 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanIssueEstateCommand ( UUID  user,
bool  ownerCommand 
)
inline

Definition at line 703 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanLinkObject ( UUID  user,
UUID  objectID 
)
inline

Definition at line 893 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanMoveObject ( UUID  objectID,
UUID  moverID 
)
inline

Definition at line 411 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanObjectEntry ( UUID  objectID,
bool  enteringRegion,
Vector3  newPoint 
)
inline

Definition at line 429 of file Scene.Permissions.cs.

Here is the call graph for this function:

Here is the caller graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanReclaimParcel ( UUID  user,
ILandObject  parcel 
)
inline

Definition at line 833 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanResetScript ( UUID  prim,
UUID  script,
UUID  user 
)
inline

Definition at line 649 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanReturnObjects ( ILandObject  land,
UUID  user,
List< SceneObjectGroup objects 
)
inline

Definition at line 447 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanRezObject ( int  objectCount,
UUID  owner,
Vector3  objectPosition 
)
inline

Definition at line 241 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanRunConsoleCommand ( UUID  user)
inline

Definition at line 685 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanRunScript ( UUID  script,
UUID  objectID,
UUID  user 
)
inline

Definition at line 577 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanSellParcel ( UUID  user,
ILandObject  parcel 
)
inline

Definition at line 800 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanStartScript ( UUID  script,
UUID  user 
)
inline

Definition at line 613 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanStopScript ( UUID  script,
UUID  user 
)
inline

Definition at line 631 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanTakeCopyObject ( UUID  objectID,
UUID  userID 
)
inline

Definition at line 332 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanTakeObject ( UUID  objectID,
UUID  AvatarTakingUUID 
)
inline

Definition at line 304 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanTeleport ( UUID  userID)
inline

Definition at line 1091 of file Scene.Permissions.cs.

Here is the call graph for this function:

Here is the caller graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanTerraformLand ( UUID  user,
Vector3  pos 
)
inline

Definition at line 667 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanTransferObject ( UUID  objectID,
UUID  recipient 
)
inline

Definition at line 280 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanTransferObjectInventory ( UUID  itemID,
UUID  objectID,
UUID  userID 
)
inline

Definition at line 977 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanTransferUserInventory ( UUID  itemID,
UUID  userID,
UUID  recipientID 
)
inline

Definition at line 1076 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanViewNotecard ( UUID  script,
UUID  objectID,
UUID  user 
)
inline

Definition at line 526 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.CanViewScript ( UUID  script,
UUID  objectID,
UUID  user 
)
inline

Definition at line 511 of file Scene.Permissions.cs.

Here is the call graph for this function:

uint OpenSim.Region.Framework.Scenes.ScenePermissions.GenerateClientFlags ( UUID  userID,
UUID  objectID 
)
inline

Definition at line 168 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.IsAdministrator ( UUID  user)
inline

Definition at line 750 of file Scene.Permissions.cs.

Here is the call graph for this function:

Here is the caller graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.IsEstateManager ( UUID  user)
inline

Definition at line 766 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.IsGod ( UUID  user)
inline

Definition at line 720 of file Scene.Permissions.cs.

Here is the call graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.IsGridGod ( UUID  user)
inline

Definition at line 735 of file Scene.Permissions.cs.

Here is the call graph for this function:

Here is the caller graph for this function:

bool OpenSim.Region.Framework.Scenes.ScenePermissions.PropagatePermissions ( )
inline

Definition at line 225 of file Scene.Permissions.cs.

Here is the call graph for this function:

Here is the caller graph for this function:

void OpenSim.Region.Framework.Scenes.ScenePermissions.SetBypassPermissions ( bool  value)
inline

Definition at line 203 of file Scene.Permissions.cs.

Here is the call graph for this function:

Event Documentation

AbandonParcelHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnAbandonParcel

Definition at line 145 of file Scene.Permissions.cs.

BuyLandHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnBuyLand

Definition at line 149 of file Scene.Permissions.cs.

BypassPermissionsHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnBypassPermissions

Definition at line 111 of file Scene.Permissions.cs.

CompileScriptHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnCompileScript

Definition at line 131 of file Scene.Permissions.cs.

ControlPrimMediaHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnControlPrimMedia

Definition at line 162 of file Scene.Permissions.cs.

CopyObjectInventoryHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnCopyObjectInventory

Definition at line 153 of file Scene.Permissions.cs.

CopyUserInventoryHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnCopyUserInventory

Definition at line 158 of file Scene.Permissions.cs.

CreateObjectInventoryHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnCreateObjectInventory

Definition at line 152 of file Scene.Permissions.cs.

CreateUserInventoryHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnCreateUserInventory

Definition at line 156 of file Scene.Permissions.cs.

DeedObjectHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnDeedObject

Definition at line 148 of file Scene.Permissions.cs.

DeedParcelHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnDeedParcel

Definition at line 147 of file Scene.Permissions.cs.

DeleteObjectHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnDeleteObject

Definition at line 114 of file Scene.Permissions.cs.

DeleteObjectInventoryHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnDeleteObjectInventory

Definition at line 154 of file Scene.Permissions.cs.

DeleteUserInventoryHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnDeleteUserInventory

Definition at line 159 of file Scene.Permissions.cs.

DelinkObjectHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnDelinkObject

Definition at line 151 of file Scene.Permissions.cs.

DuplicateObjectHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnDuplicateObject

Definition at line 118 of file Scene.Permissions.cs.

EditNotecardHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnEditNotecard

Definition at line 129 of file Scene.Permissions.cs.

EditObjectHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnEditObject

Definition at line 119 of file Scene.Permissions.cs.

EditObjectInventoryHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnEditObjectInventory

Definition at line 120 of file Scene.Permissions.cs.

EditParcelPropertiesHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnEditParcelProperties

Definition at line 143 of file Scene.Permissions.cs.

EditScriptHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnEditScript

Definition at line 128 of file Scene.Permissions.cs.

EditUserInventoryHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnEditUserInventory

Definition at line 157 of file Scene.Permissions.cs.

GenerateClientFlagsHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnGenerateClientFlags

Definition at line 109 of file Scene.Permissions.cs.

InstantMessageHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnInstantMessage

Definition at line 124 of file Scene.Permissions.cs.

InteractWithPrimMediaHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnInteractWithPrimMedia

Definition at line 163 of file Scene.Permissions.cs.

InventoryTransferHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnInventoryTransfer

Definition at line 125 of file Scene.Permissions.cs.

IsAdministratorHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnIsAdministrator

Definition at line 140 of file Scene.Permissions.cs.

IsEstateManagerHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnIsEstateManager

Definition at line 141 of file Scene.Permissions.cs.

IsGodHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnIsGod

Definition at line 138 of file Scene.Permissions.cs.

IsGridGodHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnIsGridGod

Definition at line 139 of file Scene.Permissions.cs.

IssueEstateCommandHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnIssueEstateCommand

Definition at line 137 of file Scene.Permissions.cs.

LinkObjectHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnLinkObject

Definition at line 150 of file Scene.Permissions.cs.

MoveObjectHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnMoveObject

Definition at line 121 of file Scene.Permissions.cs.

ObjectEntryHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnObjectEntry

Definition at line 122 of file Scene.Permissions.cs.

PropagatePermissionsHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnPropagatePermissions

Definition at line 112 of file Scene.Permissions.cs.

ReclaimParcelHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnReclaimParcel

Definition at line 146 of file Scene.Permissions.cs.

ResetScriptHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnResetScript

Definition at line 134 of file Scene.Permissions.cs.

ReturnObjectsHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnReturnObjects

Definition at line 123 of file Scene.Permissions.cs.

RezObjectHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnRezObject

Definition at line 113 of file Scene.Permissions.cs.

RunConsoleCommandHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnRunConsoleCommand

Definition at line 136 of file Scene.Permissions.cs.

RunScriptHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnRunScript

Definition at line 130 of file Scene.Permissions.cs.

SellParcelHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnSellParcel

Definition at line 144 of file Scene.Permissions.cs.

SetBypassPermissionsHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnSetBypassPermissions

Definition at line 110 of file Scene.Permissions.cs.

StartScriptHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnStartScript

Definition at line 132 of file Scene.Permissions.cs.

StopScriptHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnStopScript

Definition at line 133 of file Scene.Permissions.cs.

TakeCopyObjectHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnTakeCopyObject

Definition at line 117 of file Scene.Permissions.cs.

TakeObjectHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnTakeObject

Definition at line 116 of file Scene.Permissions.cs.

TeleportHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnTeleport

Definition at line 161 of file Scene.Permissions.cs.

TerraformLandHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnTerraformLand

Definition at line 135 of file Scene.Permissions.cs.

TransferObjectHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnTransferObject

Definition at line 115 of file Scene.Permissions.cs.

TransferObjectInventoryHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnTransferObjectInventory

Definition at line 155 of file Scene.Permissions.cs.

TransferUserInventoryHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnTransferUserInventory

Definition at line 160 of file Scene.Permissions.cs.

ViewNotecardHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnViewNotecard

Definition at line 127 of file Scene.Permissions.cs.

ViewScriptHandler OpenSim.Region.Framework.Scenes.ScenePermissions.OnViewScript

Definition at line 126 of file Scene.Permissions.cs.


The documentation for this class was generated from the following file: