ISInterface:EnumScripts

From Lavish Software Wiki
Revision as of 01:54, 23 July 2005 by Lax (talk | contribs)
Jump to navigation Jump to search

Purpose

This function is used to enumerate all currently running scripts.

Usage

Parameters

  • fScriptEnumCallback Callback
Callback function to be called with each script name
  • void *pData
Custom data to be passed to the callback function

Return Value

  • unsigned long
Number of scripts running

Examples

See Also