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

Function getItemType

library/include/DataIdentity.h:131–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 virtual bool isContainer() const { return true; }
130
131 const type_identity *getItemType() const { return item; }
132 const type_identity *getIndexEnumType() const { return ienum; }
133
134 virtual const std::string getFullName(const type_identity *item) const;

Callers 2

build_metatableMethod · 0.85
byte_sizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected