diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs index 1a35d22..a38d231 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs | |||
@@ -809,5 +809,13 @@ namespace OpenSim.Region.ClientStack.Linden | |||
809 | { | 809 | { |
810 | return EventQueueHelper.BuildEvent(eventName, eventBody); | 810 | return EventQueueHelper.BuildEvent(eventName, eventBody); |
811 | } | 811 | } |
812 | |||
813 | public void partPhysicsProperties(uint localID, byte physhapetype, | ||
814 | float density, float friction, float bounce, float gravmod,UUID avatarID) | ||
815 | { | ||
816 | OSD item = EventQueueHelper.partPhysicsProperties(localID, physhapetype, | ||
817 | density, friction, bounce, gravmod); | ||
818 | Enqueue(item, avatarID); | ||
819 | } | ||
812 | } | 820 | } |
813 | } | 821 | } |