diff options
author | Adam Frisby | 2009-04-04 23:44:37 +0000 |
---|---|---|
committer | Adam Frisby | 2009-04-04 23:44:37 +0000 |
commit | 2e1646d368dc1318c9ed35be6682a875b45c0acc (patch) | |
tree | f444089dd0ce429a872a727e5d7fc6da7fa24799 /OpenSim/Region/OptionalModules/Scripting/Minimodule/SOPObject.cs | |
parent | Implements on IObjectPhysics: (diff) | |
download | opensim-SC_OLD-2e1646d368dc1318c9ed35be6682a875b45c0acc.zip opensim-SC_OLD-2e1646d368dc1318c9ed35be6682a875b45c0acc.tar.gz opensim-SC_OLD-2e1646d368dc1318c9ed35be6682a875b45c0acc.tar.bz2 opensim-SC_OLD-2e1646d368dc1318c9ed35be6682a875b45c0acc.tar.xz |
* Removes IsPhysical, IsPhantom from IObject, since this is now represented in IObject.Physics.Enabled / IObject.Physics.Phantom instead.
Diffstat (limited to 'OpenSim/Region/OptionalModules/Scripting/Minimodule/SOPObject.cs')
-rw-r--r-- | OpenSim/Region/OptionalModules/Scripting/Minimodule/SOPObject.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/OpenSim/Region/OptionalModules/Scripting/Minimodule/SOPObject.cs b/OpenSim/Region/OptionalModules/Scripting/Minimodule/SOPObject.cs index e62f795..48cae2f 100644 --- a/OpenSim/Region/OptionalModules/Scripting/Minimodule/SOPObject.cs +++ b/OpenSim/Region/OptionalModules/Scripting/Minimodule/SOPObject.cs | |||
@@ -184,18 +184,6 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule | |||
184 | set { throw new System.NotImplementedException(); } | 184 | set { throw new System.NotImplementedException(); } |
185 | } | 185 | } |
186 | 186 | ||
187 | public bool IsPhysical | ||
188 | { | ||
189 | get { throw new System.NotImplementedException(); } | ||
190 | set { throw new System.NotImplementedException(); } | ||
191 | } | ||
192 | |||
193 | public bool IsPhantom | ||
194 | { | ||
195 | get { throw new System.NotImplementedException(); } | ||
196 | set { throw new System.NotImplementedException(); } | ||
197 | } | ||
198 | |||
199 | public bool IsRotationLockedX | 187 | public bool IsRotationLockedX |
200 | { | 188 | { |
201 | get { throw new System.NotImplementedException(); } | 189 | get { throw new System.NotImplementedException(); } |