Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
unsigned int Player::numObjectsInHand() const
99
{
100
return mObjectsInHand.size();
101
}
102
103
void Player::addEntityToHand(GameEntity *entity)
104
{
Callers
3
processClientNotifications
Method · 0.80
mousePressed
Method · 0.80
mousePressed
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected