mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Merge branch 'master' into careminster
This commit is contained in:
@@ -269,18 +269,26 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
|
||||
void ApplyGodPermissions(uint perms);
|
||||
|
||||
/// <summary>
|
||||
/// Number of items in this inventory.
|
||||
/// </summary>
|
||||
int Count { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Returns true if this inventory contains any scripts
|
||||
/// </summary></returns>
|
||||
bool ContainsScripts();
|
||||
|
||||
/// <summary>
|
||||
/// Returns the count of scripts contained
|
||||
/// </summary></returns>
|
||||
/// Number of scripts in this inventory.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Includes both running and non running scripts.
|
||||
/// </remarks>
|
||||
int ScriptCount();
|
||||
|
||||
/// <summary>
|
||||
/// Returns the count of running scripts contained
|
||||
/// Number of running scripts in this inventory.
|
||||
/// </summary></returns>
|
||||
int RunningScriptCount();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user