MCPcopy 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
122void Player::clearObjectsInHand()
123{
124 mObjectsInHand.clear();
125}
126
127ODPacket& operator<<(ODPacket& os, const PlayerEventType& type)
128{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected