diff options
author | Justin Clark-Casey (justincc) | 2010-08-07 00:45:04 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-08-07 00:45:04 +0100 |
commit | 6c8c8d669b3adb2c47429341f1a28fc7c4803c81 (patch) | |
tree | fb4ad455f3339278a39840cd0bbe9cefa737052a /OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |
parent | Fix XStats formatting: (diff) | |
download | opensim-SC_OLD-6c8c8d669b3adb2c47429341f1a28fc7c4803c81.zip opensim-SC_OLD-6c8c8d669b3adb2c47429341f1a28fc7c4803c81.tar.gz opensim-SC_OLD-6c8c8d669b3adb2c47429341f1a28fc7c4803c81.tar.bz2 opensim-SC_OLD-6c8c8d669b3adb2c47429341f1a28fc7c4803c81.tar.xz |
minor: a few miscellaneous comments
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index 3dac0ad..0c35eec 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -1162,6 +1162,10 @@ namespace OpenSim.Region.Framework.Scenes | |||
1162 | set { _nextOwnerMask = value; } | 1162 | set { _nextOwnerMask = value; } |
1163 | } | 1163 | } |
1164 | 1164 | ||
1165 | /// <summary> | ||
1166 | /// Property flags. See OpenMetaverse.PrimFlags | ||
1167 | /// </summary> | ||
1168 | /// Example properties are PrimFlags.Phantom and PrimFlags.DieAtEdge | ||
1165 | public PrimFlags Flags | 1169 | public PrimFlags Flags |
1166 | { | 1170 | { |
1167 | get { return _flags; } | 1171 | get { return _flags; } |