| 270 | |
| 271 | |
| 272 | bool cItemHandler::OnDiggingBlock(cWorld * a_World, cPlayer * a_Player, const cItem & a_Item, int a_BlockX, int a_BlockY, int a_BlockZ, eBlockFace a_Dir) |
| 273 | { |
| 274 | UNUSED(a_World); |
| 275 | UNUSED(a_Player); |
| 276 | UNUSED(a_Item); |
| 277 | UNUSED(a_BlockX); |
| 278 | UNUSED(a_BlockY); |
| 279 | UNUSED(a_BlockZ); |
| 280 | UNUSED(a_Dir); |
| 281 | |
| 282 | return false; |
| 283 | } |
| 284 | |
| 285 | |
| 286 |
no outgoing calls
no test coverage detected