Add "Drop" functionality to pie menu

This commit is contained in:
Melanie Thielker
2008-10-04 01:09:22 +00:00
parent 16d68749a4
commit 74f89fb22d
8 changed files with 76 additions and 7 deletions

View File

@@ -66,6 +66,7 @@ namespace OpenSim.Region.Examples.SimpleModule
public event UUIDNameRequest OnDetachAttachmentIntoInv;
public event ObjectAttach OnObjectAttach;
public event ObjectDeselect OnObjectDetach;
public event ObjectDrop OnObjectDrop;
public event StartAnim OnStartAnim;
public event StopAnim OnStopAnim;
public event LinkObjects OnLinkObjects;