Adds IsChildAgent property to IAvatar in MRM.
Thanks ziah
This commit is contained in:
Justin Clark-Casey (justincc)
2010-02-19 22:44:33 +00:00
parent 8294fbd069
commit 68b494b2cc
3 changed files with 9 additions and 0 deletions

View File

@@ -70,6 +70,11 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
set { GetSP().TeleportWithMomentum(value); }
}
public bool IsChildAgent
{
get { return GetSP().IsChildAgent; }
}
#region IAvatar implementation
public IAvatarAttachment[] Attachments
{