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

Method doWeaponThing

examples/source/customization_base_object_catch.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 return false;
27 }
28 bool doWeaponThing() const {
29 return false;
30 }
31
32 // helper function defined later after we define all the
33 // base classes we care about

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected