ISInterface:ResumeScripts

From Lavish Software Wiki
Revision as of 21:18, 2 September 2005 by Beefalo (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Syntax

  • unsigned long ResumeScripts()

Purpose

Resumes all running scripts after being paused by PauseScripts

Usage

Parameters

none

Return Value

  • unsigned long
The number of additional times ResumeScripts must be called for script execution to be resumed

Examples

int count=0;
do
{
count=pISInterface->ResumeScripts();
}
while (count!=0)

See Also