| 814 | } |
| 815 | |
| 816 | bool IsPulsed(ActionID actionID, float delaySec, float initialDelaySec) |
| 817 | { |
| 818 | return ActionMap[actionID].IsPulsed(delaySec, initialDelaySec); |
| 819 | } |
| 820 | |
| 821 | bool IsReleased(ActionID actionID, float maxDelaySec) |
| 822 | { |
no test coverage detected