diff options
Added a few summary comments to OpenSim.World files
Diffstat (limited to 'OpenSim/OpenSim.World/WorldBase.cs')
-rw-r--r-- | OpenSim/OpenSim.World/WorldBase.cs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/OpenSim/OpenSim.World/WorldBase.cs b/OpenSim/OpenSim.World/WorldBase.cs index 4371b6d..19a8fb5 100644 --- a/OpenSim/OpenSim.World/WorldBase.cs +++ b/OpenSim/OpenSim.World/WorldBase.cs | |||
@@ -49,6 +49,9 @@ namespace OpenSim.world | |||
49 | #endregion | 49 | #endregion |
50 | 50 | ||
51 | #region Constructors | 51 | #region Constructors |
52 | /// <summary> | ||
53 | /// | ||
54 | /// </summary> | ||
52 | public WorldBase() | 55 | public WorldBase() |
53 | { | 56 | { |
54 | 57 | ||
@@ -101,11 +104,21 @@ namespace OpenSim.world | |||
101 | #endregion | 104 | #endregion |
102 | 105 | ||
103 | #region Add/Remove Agent/Avatar | 106 | #region Add/Remove Agent/Avatar |
107 | /// <summary> | ||
108 | /// | ||
109 | /// </summary> | ||
110 | /// <param name="remoteClient"></param> | ||
111 | /// <param name="agentID"></param> | ||
112 | /// <param name="child"></param> | ||
104 | public virtual void AddNewAvatar(IClientAPI remoteClient, LLUUID agentID, bool child) | 113 | public virtual void AddNewAvatar(IClientAPI remoteClient, LLUUID agentID, bool child) |
105 | { | 114 | { |
106 | return ; | 115 | return ; |
107 | } | 116 | } |
108 | 117 | ||
118 | /// <summary> | ||
119 | /// | ||
120 | /// </summary> | ||
121 | /// <param name="agentID"></param> | ||
109 | public virtual void RemoveAvatar(LLUUID agentID) | 122 | public virtual void RemoveAvatar(LLUUID agentID) |
110 | { | 123 | { |
111 | return ; | 124 | return ; |
@@ -113,6 +126,10 @@ namespace OpenSim.world | |||
113 | 126 | ||
114 | #endregion | 127 | #endregion |
115 | 128 | ||
129 | /// <summary> | ||
130 | /// | ||
131 | /// </summary> | ||
132 | /// <returns></returns> | ||
116 | public virtual RegionInfo GetRegionInfo() | 133 | public virtual RegionInfo GetRegionInfo() |
117 | { | 134 | { |
118 | return null; | 135 | return null; |