Name | reset_event_stats |
Object | system |
Input | None |
Related Tags | <util.event_stats> Returns a simple debuggable stats report for all ScriptEvents during this server session.
<util.event_stats_data> Returns the raw data for util.event_stats, as a ListTag of MapTags.
|
Description | Resets the statistics on events used for util.event_stats |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/tags/core/UtilTagBase.java#L1046 |