diff options
author | UbitUmarov | 2016-08-25 09:51:34 +0100 |
---|---|---|
committer | UbitUmarov | 2016-08-25 09:51:34 +0100 |
commit | d5f376a4b10ffdb5acc17d4e350a0a523ba0e9f5 (patch) | |
tree | b609e2426f3238a1eef0c61e06596e3fad5e5c86 /OpenSim/Region/OptionalModules/World/NPC | |
parent | suspend the use of SelectedObjects list. It is not threadSafe and is not in ... (diff) | |
download | opensim-SC-d5f376a4b10ffdb5acc17d4e350a0a523ba0e9f5.zip opensim-SC-d5f376a4b10ffdb5acc17d4e350a0a523ba0e9f5.tar.gz opensim-SC-d5f376a4b10ffdb5acc17d4e350a0a523ba0e9f5.tar.bz2 opensim-SC-d5f376a4b10ffdb5acc17d4e350a0a523ba0e9f5.tar.xz |
send selected objects Proprieties udp part outside update queues and as a physics single caps message per selection request
Diffstat (limited to 'OpenSim/Region/OptionalModules/World/NPC')
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs index 52e8660..07413cf 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | |||
@@ -1337,6 +1337,10 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
1337 | { | 1337 | { |
1338 | } | 1338 | } |
1339 | 1339 | ||
1340 | public void SendSelectedPartsProprieties(List<ISceneEntity> parts) | ||
1341 | { | ||
1342 | } | ||
1343 | |||
1340 | public void SendPartPhysicsProprieties(ISceneEntity entity) | 1344 | public void SendPartPhysicsProprieties(ISceneEntity entity) |
1341 | { | 1345 | { |
1342 | } | 1346 | } |