diff options
author | Justin Clark-Casey (justincc) | 2010-02-19 22:44:33 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-02-19 22:44:33 +0000 |
commit | 68b494b2cc54cfdd8fa8a0736332046de3887d6f (patch) | |
tree | 2c9ab8b763ccbba91f031f7a61ba4f94f2d1294d /OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces | |
parent | minor: remove mono compiler warning (diff) | |
download | opensim-SC-68b494b2cc54cfdd8fa8a0736332046de3887d6f.zip opensim-SC-68b494b2cc54cfdd8fa8a0736332046de3887d6f.tar.gz opensim-SC-68b494b2cc54cfdd8fa8a0736332046de3887d6f.tar.bz2 opensim-SC-68b494b2cc54cfdd8fa8a0736332046de3887d6f.tar.xz |
Apply http://opensimulator.org/mantis/view.php?id=4495
Adds IsChildAgent property to IAvatar in MRM.
Thanks ziah
Diffstat (limited to 'OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces')
-rw-r--r-- | OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IAvatar.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IAvatar.cs b/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IAvatar.cs index 03c1e95..3d49732 100644 --- a/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IAvatar.cs +++ b/OpenSim/Region/OptionalModules/Scripting/Minimodule/Interfaces/IAvatar.cs | |||
@@ -34,6 +34,9 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule | |||
34 | { | 34 | { |
35 | public interface IAvatar : IEntity | 35 | public interface IAvatar : IEntity |
36 | { | 36 | { |
37 | |||
38 | bool IsChildAgent { get; } | ||
39 | |||
37 | //// <value> | 40 | //// <value> |
38 | /// Array of worn attachments, empty but not null, if no attachments are worn | 41 | /// Array of worn attachments, empty but not null, if no attachments are worn |
39 | /// </value> | 42 | /// </value> |