mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Add IScriptInstance.EventsProcessed stat so that we can record this information and display in "show scripts" for debug purposes
This commit is contained in:
@@ -114,6 +114,11 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
|
||||
UUID AssetID { get; }
|
||||
Queue EventQueue { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Number of events processed by this script instance.
|
||||
/// </summary>
|
||||
long EventsProcessed { get; }
|
||||
|
||||
void ClearQueue();
|
||||
int StartParam { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user