You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Signal command map for Robotlegs2
## Mapping a command
```as3
signalCommandMap.map(FooSignal).toCommand(FooCommand);
```
## Unmapping a command
```as3
signalCommandMap.unmap(FooSignal).fromCommand(FooCommand);
```
About
Signal command map extension for RobotLegs2 based on Joel Hooks implementation