diff options
author | UbitUmarov | 2019-01-25 21:21:23 +0000 |
---|---|---|
committer | UbitUmarov | 2019-01-25 21:21:23 +0000 |
commit | 367bd48d9133ae2d60dd63c3c9fa7acb747a7d20 (patch) | |
tree | 34cf2fa9c12dc0ecd7353f6587c4758b36943055 /OpenSim/Region/Framework | |
parent | some sop cleanup (diff) | |
download | opensim-SC-367bd48d9133ae2d60dd63c3c9fa7acb747a7d20.zip opensim-SC-367bd48d9133ae2d60dd63c3c9fa7acb747a7d20.tar.gz opensim-SC-367bd48d9133ae2d60dd63c3c9fa7acb747a7d20.tar.bz2 opensim-SC-367bd48d9133ae2d60dd63c3c9fa7acb747a7d20.tar.xz |
script mono is meaningless for us
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IEventQueue.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IEventQueue.cs b/OpenSim/Region/Framework/Interfaces/IEventQueue.cs index 7edd75a..e0c5563 100644 --- a/OpenSim/Region/Framework/Interfaces/IEventQueue.cs +++ b/OpenSim/Region/Framework/Interfaces/IEventQueue.cs | |||
@@ -60,7 +60,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
60 | void ChatterBoxForceClose(UUID toAgent, UUID sessionID, string reason); | 60 | void ChatterBoxForceClose(UUID toAgent, UUID sessionID, string reason); |
61 | void ParcelProperties(ParcelPropertiesMessage parcelPropertiesMessage, UUID avatarID); | 61 | void ParcelProperties(ParcelPropertiesMessage parcelPropertiesMessage, UUID avatarID); |
62 | void GroupMembershipData(UUID receiverAgent, GroupMembershipData[] data); | 62 | void GroupMembershipData(UUID receiverAgent, GroupMembershipData[] data); |
63 | OSD ScriptRunningEvent(UUID objectID, UUID itemID, bool running, bool mono); | 63 | void ScriptRunningEvent(UUID objectID, UUID itemID, bool running, UUID avatarID); |
64 | OSD BuildEvent(string eventName, OSD eventBody); | 64 | OSD BuildEvent(string eventName, OSD eventBody); |
65 | void partPhysicsProperties(uint localID, byte physhapetype, float density, float friction, float bounce, float gravmod, UUID avatarID); | 65 | void partPhysicsProperties(uint localID, byte physhapetype, float density, float friction, float bounce, float gravmod, UUID avatarID); |
66 | 66 | ||