diff options
author | MW | 2007-06-10 13:01:28 +0000 |
---|---|---|
committer | MW | 2007-06-10 13:01:28 +0000 |
commit | 318862f75e196d56fdeff9c5a6ae1b5de17178af (patch) | |
tree | 2cd708ecfa16a6dcfe31fe34f0215d8404451059 /Common/OpenSim.Framework/Interfaces/IClientAPI.cs | |
parent | Deleted OpenSim.World project files. (diff) | |
download | opensim-SC_OLD-318862f75e196d56fdeff9c5a6ae1b5de17178af.zip opensim-SC_OLD-318862f75e196d56fdeff9c5a6ae1b5de17178af.tar.gz opensim-SC_OLD-318862f75e196d56fdeff9c5a6ae1b5de17178af.tar.bz2 opensim-SC_OLD-318862f75e196d56fdeff9c5a6ae1b5de17178af.tar.xz |
Added Primitive sending methods to the IClientAPI (and implemented in ClientView.API), but currently untested.
Diffstat (limited to 'Common/OpenSim.Framework/Interfaces/IClientAPI.cs')
-rw-r--r-- | Common/OpenSim.Framework/Interfaces/IClientAPI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs index 9d28dab..f11d0ee 100644 --- a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs +++ b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs | |||
@@ -101,5 +101,7 @@ namespace OpenSim.Framework.Interfaces | |||
101 | void SendAvatarData(RegionInfo regionInfo, string firstName, string lastName, LLUUID avatarID, uint avatarLocalID, LLVector3 Pos); | 101 | void SendAvatarData(RegionInfo regionInfo, string firstName, string lastName, LLUUID avatarID, uint avatarLocalID, LLVector3 Pos); |
102 | void InformClientOfNeighbour(ulong neighbourHandle, System.Net.IPAddress neighbourIP, ushort neighbourPort); | 102 | void InformClientOfNeighbour(ulong neighbourHandle, System.Net.IPAddress neighbourIP, ushort neighbourPort); |
103 | AgentCircuitData RequestClientInfo(); | 103 | AgentCircuitData RequestClientInfo(); |
104 | |||
105 | void SendPrimitiveToClient(PrimData primData, LLVector3 pos); | ||
104 | } | 106 | } |
105 | } | 107 | } |