Difference between revisions of "ISInterface:ClearConsole"

From Lavish Software Wiki
Jump to navigation Jump to search
 
 
Line 1: Line 1:
 
===Syntax===
 
===Syntax===
 
+
*void ClearConsole()
 
== Purpose ==
 
== Purpose ==
 
+
To clear the console text
 
== Usage ==
 
== Usage ==
 
=== Parameters ===
 
=== Parameters ===
 
+
''None''
=== Return Value ===
 
  
 
== Examples ==
 
== Examples ==
 
+
===Clear the console===
 +
*pISInterface->ClearConsole();
  
 
== See Also ==
 
== See Also ==

Latest revision as of 23:51, 2 September 2005

Syntax

  • void ClearConsole()

Purpose

To clear the console text

Usage

Parameters

None

Examples

Clear the console

  • pISInterface->ClearConsole();

See Also