#include <tool.h>
Collaboration diagram for DigParams:Public Member Functions | |
| DigParams (bool a_diggable=false, float a_time=0.0f, u32 a_wear=0, const std::string &a_main_group="") | |
Public Attributes | |
| bool | diggable |
| float | time |
| u32 | wear |
| std::string | main_group |
|
inline |
| bool DigParams::diggable |
Referenced by Server::handleCommand_Interact(), Game::handleDigging(), and push_dig_params().
| std::string DigParams::main_group |
Referenced by Game::handleDigging().
| float DigParams::time |
Referenced by Server::handleCommand_Interact(), Game::handleDigging(), and push_dig_params().
| u32 DigParams::wear |
Referenced by push_dig_params().