Difference between revisions of "API Console"

From Flowcode Help
Jump to navigationJump to search
(XML import of API auto-gen)
 
(XML import API auto-gen)
Line 1: Line 1:
 
wiki page name
 
wiki page name
==Console==
+
Text console additions
  
Text console additions
 
----
 
 
===Functions provided for this class===
 
===Functions provided for this class===
 
{||-|[[API Console.AddText|AddText]]|Adds a window to the list of consoles available|-|[[API Console.AddMemory|AddMemory]]|Adds a window to the list of consoles available|-|[[API Console.GetDefault|GetDefault]]|Gets the default (read-only) console window|-|[[API Console.SetMemMode|SetMemMode]]|Sets whether to show address and bytes for the console|-|[[API Console.WriteText|WriteText]]|Adds a block of text to the console window|-|[[API Console.GetLineText|GetLineText]]|Reads a line of text from the given console, pass -1 for final line|-|[[API Console.SetLineText|SetLineText]]|Writes a line of text from the given console, pass -1 for final line|-|[[API Console.GetLineBytes|GetLineBytes]]|Reads a line of bytes from the given console extending the array if needed|-|[[API Console.SetLineBytes|SetLineBytes]]|Writes a line of bytes from the given console, pass -1 for final line|-|[[API Console.CountLines|CountLines]]|Counts the number of lines in the console|-|[[API Console.ClearText|ClearText]]|Clears all the text in the console|}
 
{||-|[[API Console.AddText|AddText]]|Adds a window to the list of consoles available|-|[[API Console.AddMemory|AddMemory]]|Adds a window to the list of consoles available|-|[[API Console.GetDefault|GetDefault]]|Gets the default (read-only) console window|-|[[API Console.SetMemMode|SetMemMode]]|Sets whether to show address and bytes for the console|-|[[API Console.WriteText|WriteText]]|Adds a block of text to the console window|-|[[API Console.GetLineText|GetLineText]]|Reads a line of text from the given console, pass -1 for final line|-|[[API Console.SetLineText|SetLineText]]|Writes a line of text from the given console, pass -1 for final line|-|[[API Console.GetLineBytes|GetLineBytes]]|Reads a line of bytes from the given console extending the array if needed|-|[[API Console.SetLineBytes|SetLineBytes]]|Writes a line of bytes from the given console, pass -1 for final line|-|[[API Console.CountLines|CountLines]]|Counts the number of lines in the console|-|[[API Console.ClearText|ClearText]]|Clears all the text in the console|}
  
 
===Examples===
 
===Examples===

Revision as of 15:34, 10 May 2013

wiki page name Text console additions

Functions provided for this class

Examples