ISInterface:PauseScripts

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 PauseScripts()

Purpose

Pauses all running scripts, to be resumed only by calling ResumeScripts

Usage

Parameters

none

Return Value

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

Examples

  • pISInterface->PauseScripts();

See Also