MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / numObjectsInHand

Method numObjectsInHand

source/game/Player.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98unsigned int Player::numObjectsInHand() const
99{
100 return mObjectsInHand.size();
101}
102
103void Player::addEntityToHand(GameEntity *entity)
104{

Callers 3

mousePressedMethod · 0.80
mousePressedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected