| 5938 | } |
| 5939 | |
| 5940 | const bool Player::usingCommand() const |
| 5941 | { |
| 5942 | if ( command ) |
| 5943 | { |
| 5944 | return inputs.bPlayerUsingKeyboardControl(playernum); |
| 5945 | } |
| 5946 | return false; |
| 5947 | } |
| 5948 | |
| 5949 | const bool Player::bAlignGUINextToInventoryCompact() const |
| 5950 | { |
no test coverage detected