MCPcopy Create free account
hub / github.com/TurningWheel/Barony / usingCommand

Method usingCommand

src/player.cpp:5940–5947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

handleGhostMovementMethod · 0.80
handleAttackMethod · 0.80
handleActionsMethod · 0.80
actProjectSpiritCamFunction · 0.80
actDeathCamFunction · 0.80
handlePlayerMovementMethod · 0.80
doStatueEditorFunction · 0.80
actPlayerFunction · 0.80

Calls 1

Tested by

no test coverage detected