* More scripting enhancemnents and properties.

This commit is contained in:
Adam Frisby
2007-07-15 22:36:35 +00:00
parent 4dbad04b9f
commit 571bd78e58
4 changed files with 62 additions and 3 deletions

View File

@@ -75,6 +75,14 @@ namespace OpenSim.Region.Environment.Scenes
}
}
public Dictionary<LLUUID, Primitive> Children
{
get
{
return this.ChildPrimitives;
}
}
/// <summary>
///
/// </summary>