Difference between revisions of "API Debug"

From Flowcode Help
Jump to navigationJump to search
(XML import of API auto-gen)
 
(XML import)
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
wiki page name
+
<sidebar>API Contents</sidebar>
==Debug==
+
Debug and diangostic
 +
 
 +
 
 +
__TOC__
  
Debug and diangostic
+
==Functions provided for this class==
----
+
{|
===Functions provided for this class===
+
|-
{||-|[[API Debug.Print|Print]]|Prints out the string or value on a line in the debug window|-|[[API Debug.PrintLn|PrintLn]]|Prints out the string or value with a new-line in the debug window|}
+
|width="35%"|[[API Debug.Print|Print]]
 +
|Prints out the string or value on a line in the debug window
 +
|-
 +
|width="35%"|[[API Debug.PrintLn|PrintLn]]
 +
|Prints out the string or value with a new-line in the debug window
 +
|}
 +
 
 +
 
 +
==Examples==
 +
This example shows simple usage of both Print and PrintLn
 +
 
 +
{{Fcfile|SIMAPI_Debug_Print.fcfx|SIMAPI_Debug_Print}}
  
===Examples===
+
==See also==
 +
[[API Console]]

Latest revision as of 15:57, 16 January 2014

<sidebar>API Contents</sidebar> Debug and diangostic


Functions provided for this class

Print Prints out the string or value on a line in the debug window
PrintLn Prints out the string or value with a new-line in the debug window


Examples

This example shows simple usage of both Print and PrintLn

FC6 Icon.png SIMAPI_Debug_Print

See also

API Console