|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#7
|
||||
|
||||
|
Re: Using Coniditionals to Build Custom Command Groups
My team created a class just for this purpose here. To use it:
Code:
addSequential(new Conditional(<Command for true>,<Command for false>) {
protected boolean condition() {
return <condition>;
}
});
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|