aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/EntityBase.cs
diff options
context:
space:
mode:
authorMW2007-07-01 18:33:44 +0000
committerMW2007-07-01 18:33:44 +0000
commit54ef77f0fda5fabc6f4677e145fafb74d225a77e (patch)
treec07cbfbe487e2578514de7f1030b0be475ed1c9f /OpenSim/Region/Environment/Scenes/EntityBase.cs
parentStarted change to having SceneObject and then that having child Primitives wh... (diff)
downloadopensim-SC_OLD-54ef77f0fda5fabc6f4677e145fafb74d225a77e.zip
opensim-SC_OLD-54ef77f0fda5fabc6f4677e145fafb74d225a77e.tar.gz
opensim-SC_OLD-54ef77f0fda5fabc6f4677e145fafb74d225a77e.tar.bz2
opensim-SC_OLD-54ef77f0fda5fabc6f4677e145fafb74d225a77e.tar.xz
Can change the name and description of a prim.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/EntityBase.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/EntityBase.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/EntityBase.cs b/OpenSim/Region/Environment/Scenes/EntityBase.cs
index edd72c5..63f3f5d 100644
--- a/OpenSim/Region/Environment/Scenes/EntityBase.cs
+++ b/OpenSim/Region/Environment/Scenes/EntityBase.cs
@@ -21,6 +21,7 @@ namespace OpenSim.Region.Environment.Scenes
21 public virtual string Name 21 public virtual string Name
22 { 22 {
23 get { return m_name; } 23 get { return m_name; }
24 set { m_name = value; }
24 } 25 }
25 26
26 protected LLVector3 m_pos; 27 protected LLVector3 m_pos;