mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Adds OwnerId and CreatorId properties to MRM.IObject
This commit is contained in:
@@ -169,6 +169,16 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
}
|
||||
}
|
||||
|
||||
public UUID OwnerId
|
||||
{
|
||||
get { return GetSOP().OwnerID;}
|
||||
}
|
||||
|
||||
public UUID CreatorId
|
||||
{
|
||||
get { return GetSOP().CreatorID;}
|
||||
}
|
||||
|
||||
public IObject[] Children
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user