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

Print a given warning string on the console.

Definition at line 188 of file AVR_DevConsole.cs.

189  {
190  raw_print("\n! <color=yellow><b>WRN:</b> " + s + "</color>");
191  }
static void raw_print(string s)