diff options
author | Diva Canto | 2010-12-01 16:01:22 -0800 |
---|---|---|
committer | Diva Canto | 2010-12-01 16:01:22 -0800 |
commit | 7d24dbca3c85cafe182648139ab132563e3e1cdd (patch) | |
tree | 8e6573648f7bc9391f645ed05fa3449192a4d93e /OpenSim/Region | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-7d24dbca3c85cafe182648139ab132563e3e1cdd.zip opensim-SC_OLD-7d24dbca3c85cafe182648139ab132563e3e1cdd.tar.gz opensim-SC_OLD-7d24dbca3c85cafe182648139ab132563e3e1cdd.tar.bz2 opensim-SC_OLD-7d24dbca3c85cafe182648139ab132563e3e1cdd.tar.xz |
Added some comments. Better than listening to the boring speaker...
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index ba592c4..f87056e 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -449,7 +449,10 @@ namespace OpenSim.Region.Framework.Scenes | |||
449 | } | 449 | } |
450 | } | 450 | } |
451 | 451 | ||
452 | public string CreatorData // = <profile url>;<name> | 452 | /// <summary> |
453 | /// Data about the creator in the form profile_url;name | ||
454 | /// </summary> | ||
455 | public string CreatorData | ||
453 | { | 456 | { |
454 | get { return m_creatorData; } | 457 | get { return m_creatorData; } |
455 | set { m_creatorData = value; } | 458 | set { m_creatorData = value; } |