Minetest  5.4.0
DigParams Struct Reference

#include <tool.h>

+ Collaboration diagram for DigParams:

Public Member Functions

 DigParams (bool a_diggable=false, float a_time=0.0f, u16 a_wear=0, const std::string &a_main_group="")
 

Public Attributes

bool diggable
 
float time
 
u16 wear
 
std::string main_group
 

Constructor & Destructor Documentation

◆ DigParams()

DigParams::DigParams ( bool  a_diggable = false,
float  a_time = 0.0f,
u16  a_wear = 0,
const std::string &  a_main_group = "" 
)
inline

Member Data Documentation

◆ diggable

bool DigParams::diggable

◆ main_group

std::string DigParams::main_group

◆ time

float DigParams::time

◆ wear

u16 DigParams::wear

The documentation for this struct was generated from the following file: