mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Thank you kindly, Snowdrop, for a patch that solves:
The current API for MRM is quite sparse, this patch supplies basic support for accessing the task inventory of object.
This commit is contained in:
@@ -50,6 +50,12 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
//// <value>
|
||||
/// Array of worn attachments, empty but not null, if no attachments are worn
|
||||
/// </value>
|
||||
IAvatarAttachment[] Attachments { get; }
|
||||
|
||||
IAvatarAttachment[] Attachments { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Request to open an url clientside
|
||||
/// </summary>
|
||||
void LoadUrl(IObject sender, string message, string url);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user