CommandLatchE, CommandLatchN, CommandLatchS, CommandLatchW, CommandMoveE, CommandMoveN, CommandMoveS, CommandMoveWpublic abstract class UCommandMove extends UCommand
| Constructor | Description |
|---|---|
UCommandMove(int _xdir,
int _ydir,
boolean _latch) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
execute(UPlayer player) |
Override execute to actually do what your command does (cause player to do an Action, open a UModal, etc).
|