src/Commands.h

changeset 115
9be16e1c1e44
parent 108
6409ece8297c
equal deleted inserted replaced
114:6cbeb9f8350f 115:9be16e1c1e44
46 int minargs; 46 int minargs;
47 DataType returnvalue; 47 DataType returnvalue;
48 List<CommandArgument> args; 48 List<CommandArgument> args;
49 String origin; 49 String origin;
50 50
51 String GetSignature(); 51 String signature();
52 }; 52 };
53 53
54 void AddCommandDefinition (CommandInfo* comm); 54 void addCommandDefinition (CommandInfo* comm);
55 CommandInfo* FindCommandByName (String a); 55 CommandInfo* findCommandByName (String a);
56 const List<CommandInfo*>& GetCommands(); 56 const List<CommandInfo*>& getCommands();
57 57
58 #endif // BOTC_COMMANDS_H 58 #endif // BOTC_COMMANDS_H

mercurial