Searched refs:commandForms (Results 1 – 1 of 1) sorted by relevance
191 public static int ParseCommand(CommandForm[] commandForms, string commandString, in ParseCommand() argument194 for (int i = 0; i < commandForms.Length; i++) in ParseCommand()196 string id = commandForms[i].IDString; in ParseCommand()197 if (commandForms[i].PostStringMode) in ParseCommand()