Difference between revisions of "ISInterface:PauseScripts"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 +
== Syntax ==
 +
*unsigned long PauseScripts()
 
== Purpose ==
 
== Purpose ==
 
Pauses all running scripts, to be resumed only by calling ResumeScripts
 
Pauses all running scripts, to be resumed only by calling ResumeScripts
Line 10: Line 12:
  
 
== Examples ==
 
== Examples ==
 
+
*pISInterface->PauseScripts();
 
== See Also ==
 
== See Also ==
* [[ISXDK:ISInterface|ISInterface]]::[[ISInterface:ResumeScripts|ResumeScripts]]
+
* [[ISInterface:ResumeScripts|ResumeScripts]]
 
* [[ISXDK:ISInterface|ISInterface]]
 
* [[ISXDK:ISInterface|ISInterface]]
  
 
[[Category:ISXDK]]
 
[[Category:ISXDK]]
 
[[Category:ISInterface]]
 
[[Category:ISInterface]]

Latest revision as of 21:18, 2 September 2005

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