diff options
Diffstat (limited to 'OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs index e64d9f0..b8e6af5 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | |||
@@ -66,8 +66,10 @@ namespace SimpleApp | |||
66 | public event NewAvatar OnNewAvatar; | 66 | public event NewAvatar OnNewAvatar; |
67 | public event GenericCall6 OnRemoveAvatar; | 67 | public event GenericCall6 OnRemoveAvatar; |
68 | 68 | ||
69 | public event CreateNewInventoryItem OnCreateNewInventoryItem; | ||
69 | public event CreateInventoryFolder OnCreateNewInventoryFolder; | 70 | public event CreateInventoryFolder OnCreateNewInventoryFolder; |
70 | public event FetchInventoryDescendents OnFetchInventoryDescendents; | 71 | public event FetchInventoryDescendents OnFetchInventoryDescendents; |
72 | public event FetchInventory OnFetchInventory; | ||
71 | public event RequestTaskInventory OnRequestTaskInventory; | 73 | public event RequestTaskInventory OnRequestTaskInventory; |
72 | 74 | ||
73 | public event UUIDNameRequest OnNameFromUUIDRequest; | 75 | public event UUIDNameRequest OnNameFromUUIDRequest; |
@@ -142,7 +144,7 @@ namespace SimpleApp | |||
142 | public virtual void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position, LLQuaternion rotation) { } | 144 | public virtual void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position, LLQuaternion rotation) { } |
143 | 145 | ||
144 | public virtual void SendInventoryFolderDetails(LLUUID ownerID, LLUUID folderID, List<InventoryItemBase> items) { } | 146 | public virtual void SendInventoryFolderDetails(LLUUID ownerID, LLUUID folderID, List<InventoryItemBase> items) { } |
145 | public virtual void SendInventoryItemDetails(LLUUID ownerID, LLUUID folderID, InventoryItemBase item) { } | 147 | public virtual void SendInventoryItemDetails(LLUUID ownerID, InventoryItemBase item) { } |
146 | public virtual void SendInventoryItemUpdate(InventoryItemBase Item) { } | 148 | public virtual void SendInventoryItemUpdate(InventoryItemBase Item) { } |
147 | public virtual void SendTaskInventory(LLUUID taskID, short serial, byte[] fileName) { } | 149 | public virtual void SendTaskInventory(LLUUID taskID, short serial, byte[] fileName) { } |
148 | public virtual void SendNameReply(LLUUID profileId, string firstname, string lastname) { } | 150 | public virtual void SendNameReply(LLUUID profileId, string firstname, string lastname) { } |