Added AttachObject method to IClientAPI.

Added RequestAvatar(LLUUID avatarID) method to world.
This commit is contained in:
MW
2007-06-11 10:24:24 +00:00
parent d93031b2dc
commit ed80c7ae32
4 changed files with 31 additions and 1 deletions

View File

@@ -102,6 +102,7 @@ namespace OpenSim.Framework.Interfaces
void InformClientOfNeighbour(ulong neighbourHandle, System.Net.IPAddress neighbourIP, ushort neighbourPort);
AgentCircuitData RequestClientInfo();
void AttachObject(uint localID, LLQuaternion rotation, byte attachPoint);
void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, PrimData primData, LLVector3 pos, LLUUID textureID);
void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position, LLQuaternion rotation);
}