src/Commands.h

changeset 99
44c0c7f31ae8
parent 88
5def6ff8b466
child 105
6dbac3305614
equal deleted inserted replaced
98:ea02b78a737a 99:44c0c7f31ae8
41 41
42 struct CommandInfo 42 struct CommandInfo
43 { 43 {
44 String name; 44 String name;
45 int number; 45 int number;
46 int numargs; 46 int minargs;
47 int maxargs;
48 EType returnvalue; 47 EType returnvalue;
49 List<CommandArgument> args; 48 List<CommandArgument> args;
50 49
51 String GetSignature(); 50 String GetSignature();
52 }; 51 };

mercurial