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

Print a success message string on the console.

Definition at line 172 of file AVR_DevConsole.cs.

173  {
174  raw_print("\n# <color=green><b>" + s + "</b></color>");
175  }
static void raw_print(string s)