VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
static string AVR.Core.AVR_DevConsole.get_text ( )
inlinestatic

Get the complete output of this console as text.

Definition at line 64 of file AVR_DevConsole.cs.

64  {
65  return output_s + (repeat_counter > 1 ? " [x"+repeat_counter+"]" : "");
66  }