com.springrts.ai.oo
Interface SupportedCommand

All Known Implementing Classes:
ClbGroupSupportedCommandImpl, ClbUnitSupportedCommandImpl

public interface SupportedCommand


Method Summary
 int getId(int commandId)
          For the id, see CMD_xxx codes in Sim/Unit/CommandAI/Command.h (custom codes can also be used)
 String getName(int commandId)
           
 List<String> getParams(int commandId)
           
 String getToolTip(int commandId)
           
 boolean isDisabled(int commandId)
           
 boolean isShowUnique(int commandId)
           
 

Method Detail

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)