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

Registers a new command to the console.

Parameters
cmdAVR_ConsoleCommand object that represents the command.

Definition at line 266 of file AVR_DevConsole.cs.

266  {
267  commands.Add(cmd);
268  }