Es.createscriptlist

From EventScripts Community Encyclopedia
This article is a stub. Please help by adding to it.



Method: createscriptlist

Module: es
Class: (no class)
EventScripts version: 2.0

Method Overview

Table of Contents

Contents


Description

Creates a keygroup with a list of all scripts currently loaded and their status. This is the Python equivalent of: http://www.eventscripts.com/pages/es_createscriptlist

Arguments

  • keygroup-name - name of the keygroup to create (be sure it doesn't already exist).


Examples


Notes

  • You need to call es.keygroupdelete on the keygroup created by this, or the keygroup will stay around forever.
  • This is particularly handy when you need to loop through scripts with es.foreachkey.


See Also

blog comments powered by Disqus