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

Print a given error string on the console.

Definition at line 180 of file AVR_DevConsole.cs.

181  {
182  raw_print("\n! <color=red><b>ERR:</b> " + s + "</color>");
183  }
static void raw_print(string s)