* Applying patch from Melanie to expose godlevel to modules.

0.6.0-stable
Adam Frisby 2008-05-14 16:52:22 +00:00
parent c9c016e26a
commit cbb15ff446
1 changed files with 5 additions and 0 deletions

View File

@ -213,6 +213,11 @@ namespace OpenSim.Region.Environment.Scenes
get { return m_invulnerable; } get { return m_invulnerable; }
} }
public float GodLevel
{
get { return m_godlevel; }
}
private readonly ulong m_regionHandle; private readonly ulong m_regionHandle;
public ulong RegionHandle public ulong RegionHandle