diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common/OSSL_BuilIn_Commands.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/OSSL_BuilIn_Commands.cs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/OSSL_BuilIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/OSSL_BuilIn_Commands.cs index 27b3050..067b466 100644 --- a/OpenSim/Region/ScriptEngine/Common/OSSL_BuilIn_Commands.cs +++ b/OpenSim/Region/ScriptEngine/Common/OSSL_BuilIn_Commands.cs | |||
@@ -1,4 +1,4 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) Contributors, http://opensimulator.org/ | 2 | * Copyright (c) Contributors, http://opensimulator.org/ |
3 | * See CONTRIBUTORS.TXT for a full list of copyright holders. | 3 | * See CONTRIBUTORS.TXT for a full list of copyright holders. |
4 | * | 4 | * |
@@ -43,7 +43,6 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
43 | 43 | ||
44 | } | 44 | } |
45 | 45 | ||
46 | |||
47 | public OSSLPrim Prim; | 46 | public OSSLPrim Prim; |
48 | 47 | ||
49 | [Serializable] | 48 | [Serializable] |
@@ -57,7 +56,6 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
57 | Rotation = new OSSLPrim_Rotation(this); | 56 | Rotation = new OSSLPrim_Rotation(this); |
58 | } | 57 | } |
59 | 58 | ||
60 | |||
61 | public OSSLPrim_Position Position; | 59 | public OSSLPrim_Position Position; |
62 | public OSSLPrim_Rotation Rotation; | 60 | public OSSLPrim_Rotation Rotation; |
63 | //public LSL_Types.Vector3 Position | 61 | //public LSL_Types.Vector3 Position |
@@ -163,6 +161,7 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
163 | } | 161 | } |
164 | } | 162 | } |
165 | } | 163 | } |
164 | |||
166 | [Serializable] | 165 | [Serializable] |
167 | public class OSSLPrim_Rotation | 166 | public class OSSLPrim_Rotation |
168 | { | 167 | { |
@@ -245,7 +244,5 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
245 | // public double Z; | 244 | // public double Z; |
246 | // public double R; | 245 | // public double R; |
247 | //} | 246 | //} |
248 | |||
249 | |||
250 | } | 247 | } |
251 | } | 248 | } |