Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ clearObjectsInHand
Method
clearObjectsInHand
source/game/Player.cpp:122–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
void Player::clearObjectsInHand()
123
{
124
mObjectsInHand.clear();
125
}
126
127
ODPacket& operator<<(ODPacket& os, const PlayerEventType& type)
128
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected