com.springrts.ai.oo
Interface SupportedCommand
- All Known Implementing Classes:
- ClbGroupSupportedCommandImpl, ClbUnitSupportedCommandImpl
public interface SupportedCommand
getId
int getId(int commandId)
- For the id, see CMD_xxx codes in Sim/Unit/CommandAI/Command.h
(custom codes can also be used)
getName
String getName(int commandId)
getToolTip
String getToolTip(int commandId)
isShowUnique
boolean isShowUnique(int commandId)
isDisabled
boolean isDisabled(int commandId)
getParams
List<String> getParams(int commandId)