aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Interfaces/IClientAPI.cs
diff options
context:
space:
mode:
authorDalien Talbot2007-09-09 17:32:03 +0000
committerDalien Talbot2007-09-09 17:32:03 +0000
commit907918e68e9fb0deb0cea2fa9219ceb76dd41ae1 (patch)
treeaaab4cb786b61992b76e5d238ab44b4d9f631267 /OpenSim/Framework/General/Interfaces/IClientAPI.cs
parentODE: added support for Phantom flag. Presently you need to add 1024 to Objec... (diff)
downloadopensim-SC_OLD-907918e68e9fb0deb0cea2fa9219ceb76dd41ae1.zip
opensim-SC_OLD-907918e68e9fb0deb0cea2fa9219ceb76dd41ae1.tar.gz
opensim-SC_OLD-907918e68e9fb0deb0cea2fa9219ceb76dd41ae1.tar.bz2
opensim-SC_OLD-907918e68e9fb0deb0cea2fa9219ceb76dd41ae1.tar.xz
Little green men (aka dots on minimap). Thanks to bushing for
pointing out that it is done by CoarseLocationUpdatePacket.
Diffstat (limited to 'OpenSim/Framework/General/Interfaces/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/General/Interfaces/IClientAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/General/Interfaces/IClientAPI.cs b/OpenSim/Framework/General/Interfaces/IClientAPI.cs
index 981c5dd..545e3a8 100644
--- a/OpenSim/Framework/General/Interfaces/IClientAPI.cs
+++ b/OpenSim/Framework/General/Interfaces/IClientAPI.cs
@@ -216,6 +216,7 @@ namespace OpenSim.Framework.Interfaces
216 216
217 void SendAvatarData(ulong regionHandle, string firstName, string lastName, LLUUID avatarID, uint avatarLocalID, LLVector3 Pos, byte[] textureEntry); 217 void SendAvatarData(ulong regionHandle, string firstName, string lastName, LLUUID avatarID, uint avatarLocalID, LLVector3 Pos, byte[] textureEntry);
218 void SendAvatarTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position, LLVector3 velocity, LLQuaternion rotation); 218 void SendAvatarTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position, LLVector3 velocity, LLQuaternion rotation);
219 void SendCoarseLocationUpdate(List<LLVector3> CoarseLocations);
219 220
220 void AttachObject(uint localID, LLQuaternion rotation, byte attachPoint); 221 void AttachObject(uint localID, LLQuaternion rotation, byte attachPoint);
221 void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, PrimitiveBaseShape primShape, LLVector3 pos, uint flags, LLUUID objectID, LLUUID ownerID, string text, uint parentID, byte[] particleSystem, LLQuaternion rotation); 222 void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, PrimitiveBaseShape primShape, LLVector3 pos, uint flags, LLUUID objectID, LLUUID ownerID, string text, uint parentID, byte[] particleSystem, LLQuaternion rotation);