mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Applying Teravus patch # 557. Some glue code for the updating of prim's velocity.
This commit is contained in:
@@ -414,6 +414,8 @@ namespace OpenSim.Framework
|
||||
|
||||
void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position,
|
||||
LLQuaternion rotation);
|
||||
void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position,
|
||||
LLQuaternion rotation,LLVector3 velocity);
|
||||
|
||||
void SendInventoryFolderDetails(LLUUID ownerID, LLUUID folderID, List<InventoryItemBase> items);
|
||||
void SendInventoryItemDetails(LLUUID ownerID, InventoryItemBase item);
|
||||
@@ -444,4 +446,4 @@ namespace OpenSim.Framework
|
||||
event Action<IClientAPI> OnConnectionClosed;
|
||||
void SendLogoutPacket();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user