move BulkUpdateInventoryItem from lludp to eventqueue message

This commit is contained in:
UbitUmarov
2021-07-25 03:52:11 +01:00
parent 912777612a
commit dc09b56bba
4 changed files with 67 additions and 0 deletions

View File

@@ -106,6 +106,7 @@ namespace OpenSim.Region.Framework.Interfaces
byte[] BuildEvent(string eventName, OSD eventBody);
void partPhysicsProperties(uint localID, byte physhapetype, float density, float friction, float bounce, float gravmod, UUID avatarID);
void WindlightRefreshEvent(int interpolate, UUID avatarID);
void SendBulkUpdateInventoryItem(InventoryItemBase item, UUID avatarID, UUID? transationID = null);
osUTF8 StartEvent(string eventName);
osUTF8 StartEvent(string eventName, int cap);
byte[] EndEventToBytes(osUTF8 sb);