#include <tool.h>
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 |
References diggable, main_group, time, and wear.
| bool DigParams::diggable |
Referenced by DigParams(), Server::handleCommand_Interact(), Game::handleDigging(), and push_dig_params().
| std::string DigParams::main_group |
Referenced by DigParams(), and Game::handleDigging().
| float DigParams::time |
Referenced by DigParams(), Server::handleCommand_Interact(), Game::handleDigging(), and push_dig_params().
| u32 DigParams::wear |
Referenced by DigParams(), and push_dig_params().