~~NOTOC~~ ~~Title: RegisterCommand ~~ **Description:**\\ Register a console command. **Added In:** v0.35 ====== Function ====== public static bool RegisterCommand(string name, string command, string[] aliases, int arguments, string description, Action action, string sendCommand = null) ---- \\ ====== Usage ====== //Coming soon ---- \\ ====== Examples ====== //Coming soon ----