MCPcopy Create free account
hub / github.com/ThePhD/sol2 / doArmorThing

Method doArmorThing

examples/source/customization_base_object_catch.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 bool doArmorThing() const {
54 return true;
55 }
56};
57
58class Weapon : public BaseObject {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected