MCPcopy Create free account
hub / github.com/DFHack/dfhack / t_matpair

Class t_matpair

library/include/modules/Materials.h:57–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55namespace DFHack
56{
57 struct t_matpair
58 {
59 int16_t mat_type;
60 int32_t mat_index;
61
62 t_matpair(int16_t type = -1, int32_t index = -1)
63 : mat_type(type), mat_index(index)
64 {}
65 };
66
67 struct DFHACK_EXPORT MaterialInfo
68 {

Callers 3

baseMaterialAtFunction · 0.85
staticMaterialAtFunction · 0.85
dug_tile_infoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected