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

Print warning message with a caller-context variable.

Definition at line 121 of file AVR_DevConsole.cs.

122  {
123  warn(obj + ">> " + s);
124  }
static void warn(string s)
Print a given warning string on the console.