mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Adds IsChildAgent property to IAvatar in MRM. Thanks ziah
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user